AllocatorAware

Interface for objects aware of allocator used in conversion of contained component.

interface AllocatorAware {}

Members

Functions

allocator
inout(RCIAllocator) allocator()

Get allocator used in conversion of component stored in implementor.

Meta