FactoryMethodInstanceDestructor.FactoryMethodInstanceDestructor

Undocumented in source.

Members

Functions

destruct
void destruct(Z destructable)

Destruct a component of type T and deallocate it using stored allocator.

Mixins

__anonymous
mixin LocatorAwareMixin!(typeof(this))
Undocumented in source.
__anonymous
mixin AllocatorAwareMixin!(typeof(this))
Undocumented in source.
__anonymous
mixin ParameterHolder!(Args)
Undocumented in source.

Properties

destructor
T destructor [@property setter]

Set destructor

destructor
T destructor [@property getter]

Get destructor

Variables

destructor_
T destructor_;
Undocumented in source.

Meta