- get
Object get(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFactories
InputRange!(Tuple!(ObjectFactory, string)) getFactories()
Undocumented in source. Be warned that the author may not have intended to support it.
- getFactory
ObjectFactory getFactory(string identity)
Undocumented in source. Be warned that the author may not have intended to support it.
- has
bool has(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- instantiate
SubscribableContainer instantiate()
Undocumented in source. Be warned that the author may not have intended to support it.
- link
SubscribableContainer!T link(string identity, string alias_)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
SubscribableContainer!T remove(string identity)
Undocumented in source. Be warned that the author may not have intended to support it.
- resolve
const(string) resolve(string alias_)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
SubscribableContainer!T set(ObjectFactory element, string identity)
Undocumented in source. Be warned that the author may not have intended to support it.
- subscribe
SubscribableContainer subscribe(ContainerInstantiationEventType event, void delegate() subscriber)
Undocumented in source. Be warned that the author may not have intended to support it.
- unlink
SubscribableContainer!T unlink(string alias_)
Undocumented in source. Be warned that the author may not have intended to support it.