GenericFactoryImpl.allocator

Set allocator

  1. typeof(this) allocator(RCIAllocator allocator)
    class GenericFactoryImpl(T)
    @safe nothrow
    typeof(this)
    allocator
    (
    RCIAllocator allocator
    )
  2. inout(RCIAllocator) allocator()

Parameters

allocator RCIAllocator

the allocator used to allocate place for component.

Return Value

Type: typeof(this)

typeof(this)

Meta