TAO  2.0.6
Public Member Functions
TAO::TAO_Allocator Class Reference

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>

Inheritance diagram for TAO::TAO_Allocator:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~TAO_Allocator (void)
virtual handler_type * allocate ()=0
virtual void release (handler_type *ptr)=0

Detailed Description

Abstract class for TAO allocators. This will be used for derived allocator templates that are capable of allocating a specific type of objects.


Constructor & Destructor Documentation

virtual TAO::TAO_Allocator::~TAO_Allocator ( void  ) [inline, virtual]

Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines