GenericFactoryImpl.allocator - multiple declarations

Function GenericFactoryImpl.allocator

Set allocator

typeof(this) allocator (
  IAllocator allocator
) nothrow @safe;

Parameters

NameDescription
allocator the allocator used to allocate place for component.

Returns

typeof(this)

Function GenericFactoryImpl.allocator

Get allocator

IAllocator allocator () nothrow @safe;

Returns

IAllocator