![]() |
Public API Reference |
![]() |
Block allocator disposal mixin that just destructs an instance. More...
#include <csutil/blockallocator.h>
Public Member Functions | |
template<typename BA > | |
csBlockAllocatorDisposeDelete (const BA &, bool legit) | |
Construct with a given block allocator. | |
void | Dispose (void *p) |
Destructs the object. |
Block allocator disposal mixin that just destructs an instance.
Definition at line 38 of file blockallocator.h.
csBlockAllocatorDisposeDelete< T >::csBlockAllocatorDisposeDelete | ( | const BA & | , |
bool | legit | ||
) | [inline] |
Construct with a given block allocator.
Definition at line 45 of file blockallocator.h.
void csBlockAllocatorDisposeDelete< T >::Dispose | ( | void * | p | ) | [inline] |
Destructs the object.
Definition at line 48 of file blockallocator.h.