InjectionContainer

Undocumented in source.

Constructors

this
this(AggregateContainer _c)
Undocumented in source.

Members

Functions

configureSingleton
void configureSingleton(SingletonContainer )
Undocumented in source.
getParam
T getParam(string k)
Undocumented in source. Be warned that the author may not have intended to support it.
instantiate
auto instantiate()
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(T container)
Undocumented in source.
register
void register(const(string) arg)
Undocumented in source. Be warned that the author may not have intended to support it.
register
void register()
Undocumented in source. Be warned that the author may not have intended to support it.
register
void register(T t, const(string) arg)
Undocumented in source. Be warned that the author may not have intended to support it.
resolve
auto resolve(Arg arg)
Undocumented in source. Be warned that the author may not have intended to support it.
scanPrototype
void scanPrototype(PrototypeContainer )
Undocumented in source.
services
void services(T parent)
Undocumented in source. Be warned that the author may not have intended to support it.
setParam
void setParam(string k, T v)
Undocumented in source. Be warned that the author may not have intended to support it.
terminate
void terminate()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

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

Static variables

instantiated
bool instantiated;
Undocumented in source.

Variables

_container
AggregateContainer _container;
Undocumented in source.

Meta