Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.8

Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

ReusableArenaAllocator< ObjectType > Class Template Reference

Inheritance diagram for ReusableArenaAllocator< ObjectType >:

ArenaAllocator< ObjectType, ReusableArenaBlock< ObjectType > > List of all members.

Public Types

Public Member Functions

template<class ObjectType>
class ReusableArenaAllocator< ObjectType >


Member Typedef Documentation

template<class ObjectType>
typedef std::vector<ReusableArenaBlockType*> ReusableArenaAllocator< ObjectType >::ArenaBlockListType
 

Reimplemented from ArenaAllocator< ObjectType, ReusableArenaBlock< ObjectType > >.

template<class ObjectType>
typedef ArenaAllocator<ObjectType, ReusableArenaBlockType> ReusableArenaAllocator< ObjectType >::BaseClassType
 

template<class ObjectType>
typedef ReusableArenaBlock<ObjectType> ReusableArenaAllocator< ObjectType >::ReusableArenaBlockType
 

template<class ObjectType>
typedef ReusableArenaBlockType::size_type ReusableArenaAllocator< ObjectType >::size_type
 

Reimplemented from ArenaAllocator< ObjectType, ReusableArenaBlock< ObjectType > >.


Constructor & Destructor Documentation

template<class ObjectType>
ReusableArenaAllocator< ObjectType >::ReusableArenaAllocator size_type  theBlockSize  ) 
 

template<class ObjectType>
virtual ReusableArenaAllocator< ObjectType >::~ReusableArenaAllocator  )  [virtual]
 


Member Function Documentation

template<class ObjectType>
virtual ObjectType* ReusableArenaAllocator< ObjectType >::allocateBlock  )  [virtual]
 

Reimplemented from ArenaAllocator< ObjectType, ReusableArenaBlock< ObjectType > >.

template<class ObjectType>
virtual void ReusableArenaAllocator< ObjectType >::commitAllocation ObjectType *  theObject  )  [virtual]
 

Reimplemented from ArenaAllocator< ObjectType, ReusableArenaBlock< ObjectType > >.

template<class ObjectType>
bool ReusableArenaAllocator< ObjectType >::destroyObject ObjectType *  theObject  ) 
 

template<class ObjectType>
virtual bool ReusableArenaAllocator< ObjectType >::ownsObject const ObjectType *  theObject  )  const [virtual]
 

Reimplemented from ArenaAllocator< ObjectType, ReusableArenaBlock< ObjectType > >.

template<class ObjectType>
virtual void ReusableArenaAllocator< ObjectType >::reset  )  [virtual]
 

Reimplemented from ArenaAllocator< ObjectType, ReusableArenaBlock< ObjectType > >.


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

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.8
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.