csBlockAllocatorDisposeDelete< T > Class Template Reference
[Memory Management]
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. | |
Detailed Description
template<typename T>
class csBlockAllocatorDisposeDelete< T >
Block allocator disposal mixin that just destructs an instance.
Definition at line 38 of file blockallocator.h.
Constructor & Destructor Documentation
template<typename T >
template<typename BA >
| csBlockAllocatorDisposeDelete< T >::csBlockAllocatorDisposeDelete | ( | const BA & | , | |
| bool | legit | |||
| ) | [inline] |
Member Function Documentation
template<typename T >
| void csBlockAllocatorDisposeDelete< T >::Dispose | ( | void * | p | ) | [inline] |
The documentation for this class was generated from the following file:
- csutil/blockallocator.h
Generated for Crystal Space 1.4.0 by doxygen 1.5.8
