FunctionInstanceFactory.FunctionInstanceFactory

Undocumented in source.
template FunctionInstanceFactory(Dg, Args...)
@safe
class FunctionInstanceFactory : InstanceFactory!Z {}

Constructors

this
this(Dg dg, Args args)
Undocumented in source.

Members

Functions

factory
Z factory()

Create a new instance of object of type T.

Mixins

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

Meta