SubscribableContainer.SubscribableContainer

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

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.

Properties

decorated
T decorated [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
decorated
T decorated [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta