Classes |
Public Types |
Public Member Functions |
Static Public Member Functions |
List of all members
Default_allocator< T > Struct Template Reference
Allocator template class using new/delete. More...
#include "Handle.hpp"
Classes | |
| struct | rebind |
Public Member Functions | |
| bool | operator== (const Default_allocator &) const |
| bool | operator!= (const Default_allocator &) const |
| template<typename U > | |
| Default_allocator (const Default_allocator< U > &) | |
Detailed Description
template<typename T>
struct DM::Default_allocator< T >
Allocator template class using new/delete.
- Date
- 07.04.2005
- See Also
- PH_malloc_allocator
The allocator class can be used in PH_List, PH_listOld, PH_vector and its super classes as memory manager. The class uses new and delete for managing the memory. The code is based on the Boost Library http://www.boost.org/
