InstanceFactoryAwareMixin

A default implementation for storing/accessing instance factory.

mixin template InstanceFactoryAwareMixin (
T
) {}

Members

Functions

setInstanceFactory
typeof(this) setInstanceFactory(InstanceFactory!T factory)

Sets the constructor of new object.

Meta