TAO
2.0.7
|
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.
virtual TAO::TAO_Allocator::~TAO_Allocator | ( | void | ) | [inline, virtual] |
virtual handler_type* TAO::TAO_Allocator::allocate | ( | ) | [pure virtual] |
Implemented in TAO::TAO_Buffer_Allocator.
virtual void TAO::TAO_Allocator::release | ( | handler_type * | ptr | ) | [pure virtual] |
Implemented in TAO::TAO_Buffer_Allocator.