Module

Undocumented in source.

Members

Functions

deinit
void deinit()
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load()
Undocumented in source. Be warned that the author may not have intended to support it.
unload
void unload()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getInstance
auto getInstance()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

instantiated
bool instantiated;
Undocumented in source.

Structs

ModuleEvent
struct ModuleEvent
Undocumented in source.

Templates

data
template data(alias T)
Undocumented in source.

Variables

moduleData
ModuleData* moduleData;
Undocumented in source.

Inherited Members

From SyncNotificationSource

_listenersAsync
shared(NotificationListener)[] _listenersAsync;
Undocumented in source.
_listeners
shared(NotificationListener)[] _listeners;
Undocumented in source.
addNotificationListener
void addNotificationListener(shared(NotificationListener) n)
Undocumented in source. Be warned that the author may not have intended to support it.
removeNotificationListener
void removeNotificationListener(shared(NotificationListener) n)
Undocumented in source. Be warned that the author may not have intended to support it.
listeners
auto ref listeners [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
listenersAsync
auto ref listenersAsync [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
_send
void _send(T* t)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(T* t)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta