memory
Classes
deleter.hpp File Reference

Detailed Description

Deleter classes using a RawAllocator.

Classes

class  allocator_deallocator< Type, RawAllocator >
 A deleter class that deallocates the memory through a specified RawAllocator. More...
 
class  allocator_deallocator< Type[], RawAllocator >
 Specialization of allocator_deallocator for array types. More...
 
class  allocator_polymorphic_deallocator< BaseType, RawAllocator >
 A deleter class that deallocates the memory of a derived type through a specified RawAllocator. More...
 
class  allocator_deleter< Type, RawAllocator >
 Similar to allocator_deallocator but calls the destructors of the object. More...
 
class  allocator_deleter< Type[], RawAllocator >
 Specialization of allocator_deleter for array types. More...
 
class  allocator_polymorphic_deleter< BaseType, RawAllocator >
 Similar to allocator_polymorphic_deallocator but calls the destructors of the object. More...