DescribingContainer.DescribingContainer

Undocumented in source.

Constructors

this
this(T decorated, Describer!() main, Describer!() container, Describer!() fallback)
Undocumented in source.

Members

Aliases

describe
alias describe = Describer!(Object, string).describe
Undocumented in source.

Functions

describe
Optional!(const(Description!string)) describe(string identity, Object component)
Undocumented in source. Be warned that the author may not have intended to support it.
get
Object get(string key)

Get object created by a factory identified by key

has
bool has(string key)

Check if an object factory for it exists in container.

Mixins

StorageScope
mixin StorageMixin!(typeof(this)) StorageScope
Undocumented in source.
__anonymous
mixin MutableDecoratorMixin!T
Undocumented in source.
__anonymous
mixin ContainerMixin!T
Undocumented in source.
__anonymous
mixin AliasAwareMixin!(typeof(this))
Undocumented in source.
__anonymous
mixin FactoryLocatorMixin!(typeof(this))
Undocumented in source.

Meta