easyd.base

Undocumented in source.

Members

Aliases

Bool
alias Bool = bool
Undocumented in source.
Byte
alias Byte = UInt8
Undocumented in source.
Float
alias Float = Float32
Undocumented in source.
Float32
alias Float32 = float
Undocumented in source.
Float64
alias Float64 = double
Undocumented in source.
Int
alias Int = Int32
Undocumented in source.
Int16
alias Int16 = short
Undocumented in source.
Int32
alias Int32 = int
Undocumented in source.
Int64
alias Int64 = long
Undocumented in source.
Int8
alias Int8 = byte
Undocumented in source.
NInt
alias NInt = ptrdiff_t
Undocumented in source.
NUInt
alias NUInt = size_t
Undocumented in source.
Real
alias Real = real
Undocumented in source.
Str
alias Str = string
Undocumented in source.
UInt16
alias UInt16 = ushort
Undocumented in source.
UInt32
alias UInt32 = uint
Undocumented in source.
UInt64
alias UInt64 = ulong
Undocumented in source.
UInt8
alias UInt8 = ubyte
Undocumented in source.

Functions

Try
bool Try(void expression)
Undocumented in source. Be warned that the author may not have intended to support it.
create
T create(T obj, P par)
Undocumented in source. Be warned that the author may not have intended to support it.
first
T first(T[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
followDown
void followDown(T follower, T master)
Undocumented in source. Be warned that the author may not have intended to support it.
followUp
void followUp(T follower, T master)
Undocumented in source. Be warned that the author may not have intended to support it.
getMsec
ulong getMsec()
Undocumented in source. Be warned that the author may not have intended to support it.
hasDefaultConstructor
bool hasDefaultConstructor()
Undocumented in source. Be warned that the author may not have intended to support it.
idField
string idField()
Undocumented in source. Be warned that the author may not have intended to support it.
ifloor
long ifloor(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
inherits
bool inherits(TObj obj)
Undocumented in source. Be warned that the author may not have intended to support it.
isClassOrStruct
bool isClassOrStruct()
Undocumented in source. Be warned that the author may not have intended to support it.
isRefType
bool isRefType()
Undocumented in source. Be warned that the author may not have intended to support it.
last
T last(T[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
msecSince
ulong msecSince(long refTime)
Undocumented in source. Be warned that the author may not have intended to support it.
now
DateTime now()
Undocumented in source. Be warned that the author may not have intended to support it.
pinAddr
void pinAddr(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
readFromPos
T readFromPos(Byte[] a, ulong pos)
Undocumented in source. Be warned that the author may not have intended to support it.
recreate
T recreate(T obj, P par)
Undocumented in source. Be warned that the author may not have intended to support it.
setMember
bool setMember(TObj obj, string member, TMem value)
Undocumented in source. Be warned that the author may not have intended to support it.
sleepMsec
void sleepMsec(uint duration)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
ulong toHash(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
trigger
void trigger(void delegate()[] listeners)
Undocumented in source. Be warned that the author may not have intended to support it.
trigger
void trigger(void delegate(T)[] listeners, T data)
Undocumented in source. Be warned that the author may not have intended to support it.
trigger
void trigger(void delegate(T, T2)[] listeners, T data, T2 data2)
Undocumented in source. Be warned that the author may not have intended to support it.
unpinAddr
void unpinAddr(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
weightedAvg
T weightedAvg(T weight1, T x1, T x2)
Undocumented in source. Be warned that the author may not have intended to support it.
writeToPos
void writeToPos(Byte[] a, ulong pos, T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

ImplementStruct
mixintemplate ImplementStruct(T)
Undocumented in source.

Structs

IdField
struct IdField
Undocumented in source.

Variables

MEBI
int MEBI;

/////////////////////////////////////////////////////////////////////

Meta