csFixedSizeAllocator< Size, Allocator >::DefaultDisposer Class Reference
Default disposer mixin, just reporting leaks. More...
#include <csutil/fixedsizeallocator.h>
| Public Member Functions | |
| template<typename BA> | |
| DefaultDisposer (const BA &, bool legit) | |
| void | Dispose (void *) | 
| ~DefaultDisposer () | |
Detailed Description
template<size_t Size, class Allocator = CS::Memory::AllocatorMalloc>
 class csFixedSizeAllocator< Size, Allocator >::DefaultDisposer
Default disposer mixin, just reporting leaks. 
Definition at line 176 of file fixedsizeallocator.h.
The documentation for this class was generated from the following file:
- csutil/fixedsizeallocator.h
Generated for Crystal Space by doxygen 1.4.7

