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