- get
Object get(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFactories
InputRange!(Pair!(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
MySingletonContainer instantiate()
Undocumented in source. Be warned that the author may not have intended to support it.
- link
MySingletonContainer link(string key, string alias_)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
MySingletonContainer remove(string key)
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
MySingletonContainer set(ObjectFactory object, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- terminate
MySingletonContainer terminate()
Undocumented in source. Be warned that the author may not have intended to support it.
- unlink
MySingletonContainer unlink(string alias_)
Undocumented in source. Be warned that the author may not have intended to support it.