TAO::TAO_Allocator< handler_type > Class Template 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>

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

template<typename handler_type>
class TAO::TAO_Allocator< handler_type >

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

template<typename handler_type>
virtual TAO::TAO_Allocator< handler_type >::~TAO_Allocator ( void   )  [inline, virtual]


Member Function Documentation

template<typename handler_type>
virtual handler_type* TAO::TAO_Allocator< handler_type >::allocate (  )  [pure virtual]

template<typename handler_type>
virtual void TAO::TAO_Allocator< handler_type >::release ( handler_type *  ptr  )  [pure virtual]


The documentation for this class was generated from the following file:

Generated on Mon Jul 13 16:28:00 2009 for TAO by  doxygen 1.5.8