ChoiceLoader

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

add
void add(Command c)
Undocumented in source. Be warned that the author may not have intended to support it.
each
void each(void delegate(immutable Command) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
eachComplete
void eachComplete(void delegate(immutable Command) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

active
bool active;
Undocumented in source.
dg
void delegate(immutable Command) dg;
Undocumented in source.
loaded
immutable(Command)[] loaded;
Undocumented in source.

Meta