TAO
2.3.3
|
Abstract class for TAO allocators. This will be used for derived allocator templates that are capable of allocating a specific type of objects. More...
#include <Allocator.h>
Public Member Functions | |
virtual | ~TAO_Allocator (void) |
virtual handler_type * | allocate ()=0 |
virtual void | release (handler_type *ptr)=0 |
Abstract class for TAO allocators. This will be used for derived allocator templates that are capable of allocating a specific type of objects.
|
inlinevirtual |
|
pure virtual |
Implemented in TAO::TAO_Buffer_Allocator< handler_type, alloc_type >.
|
pure virtual |
Implemented in TAO::TAO_Buffer_Allocator< handler_type, alloc_type >.