DecoratableGenericFactory

A base class for generic factory decorators that channels calls to decorated generic factory.

Members

Functions

factory
T factory()

Instantiates something of type T.

type
TypeInfo type()

Get the type info of T that is created.

Mixins

__anonymous
mixin AllocatorAwareDecoratorMixin!(typeof(this))
Undocumented in source.
__anonymous
mixin DestructDecoratorMixin!(typeof(this))
Undocumented in source.
__anonymous
mixin LocatorAwareDecoratorMixin!(typeof(this))
Undocumented in source.
__anonymous
mixin MutableDecoratorMixin!(GenericFactory!T)
Undocumented in source.
__anonymous
mixin InstanceFactoryAwareDecoratorMixin!T
Undocumented in source.
__anonymous
mixin InstanceDestructorAwareDecoratorMixin!T
Undocumented in source.
__anonymous
mixin PropertyConfigurersAwareDecoratorMixin!T
Undocumented in source.

Meta