- isDestroyed
bool isDestroyed [@property setter]
- selfConstruct
void selfConstruct()
- selfDestroy
void selfDestroy()
- preChildsDestroy
void preChildsDestroy()
- isDestroyed
bool isDestroyed [@property getter]
- registerChildEMM
T registerChildEMM(T obj, bool if_orphan = false)
- registerChildEMM
T[] registerChildEMM(T[] objs, bool if_orphan = false)
- newEMM
T newEMM(Args args)
- destroy
void destroy()
- EMM
mixin template EMM(string file = __FILE__, size_t line = __LINE__)