csBlockAllocatorDisposeLeaky< T > Class Template Reference
[Memory Management]
Block allocator disposal mixin that destructs, unless upon final cleanup, where a warning is emitted stating that objects leaked.  
More...
#include <csutil/blockallocator.h>
| Public Member Functions | |
| template<typename BA> | |
| csBlockAllocatorDisposeLeaky (const BA &, bool legit) | |
| void | Dispose (void *p) | 
| Destructs the object, unless in auto-cleanup. | |
| ~csBlockAllocatorDisposeLeaky () | |
Detailed Description
template<typename T>
 class csBlockAllocatorDisposeLeaky< T >
Block allocator disposal mixin that destructs, unless upon final cleanup, where a warning is emitted stating that objects leaked. 
Definition at line 59 of file blockallocator.h.
Member Function Documentation
template<typename T> 
      | void csBlockAllocatorDisposeLeaky< T >::Dispose | ( | void * | p | ) |  [inline] | 
The documentation for this class was generated from the following file:
- csutil/blockallocator.h
Generated for Crystal Space by doxygen 1.4.7

