Class WrappingFactory

Wraps up the result of some factory in Wrapper object if component is not derived from Object.

class WrappingFactory(T, Z) ;

Constructors

NameDescription
this Constructor for WrappingFactory!(T, Z)

Methods

NameDescription
allocator Set allocator
allocator Get allocator
decorated Set the decorated object for decorator.
decorated Get the decorated object.
destruct Destructs a component of type T.
factory Instantiates component of type T.
locator Set a locator to object.
type Get the type info of T that is created.