#include <OnixS/FIXEngine/Threading/Definitions.h>
Public Member Functions | |
virtual | ~PoolAllocatorBase () ONIXS_FIXENGINE_DEFAULT |
virtual ItemBase * | alloc ()=0 |
virtual void | free (ItemBase *element) const |
Definition at line 93 of file Definitions.h.
|
virtual |
Destructs the instance.
|
pure virtual |
A strategy to create an item.
|
inlinevirtual |
A strategy to destroy an item.
Definition at line 104 of file Definitions.h.