Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.6

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

ArenaBlock< ObjectType > Class Template Reference

Inheritance diagram for ArenaBlock< ObjectType >:

ReusableArenaBlock< ObjectType > List of all members.

Public Types

Public Member Functions

Protected Member Functions

Protected Attributes

template<class ObjectType>
class ArenaBlock< ObjectType >


Member Typedef Documentation

template<class ObjectType>
typedef std::allocator<ObjectType> ArenaBlock< ObjectType >::AllocatorType
 

template<class ObjectType>
typedef ArenaBlockDestroy<ObjectType> ArenaBlock< ObjectType >::DestroyFunctionType
 

template<class ObjectType>
typedef AllocatorType::size_type ArenaBlock< ObjectType >::size_type
 

Reimplemented in ReusableArenaBlock< ObjectType >.


Constructor & Destructor Documentation

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

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


Member Function Documentation

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

Reimplemented in ReusableArenaBlock< ObjectType >.

template<class ObjectType>
virtual bool ArenaBlock< ObjectType >::blockAvailable  )  const [virtual]
 

Reimplemented in ReusableArenaBlock< ObjectType >.

template<class ObjectType>
virtual void ArenaBlock< ObjectType >::commitAllocation ObjectType *  theBlock  )  [virtual]
 

Reimplemented in ReusableArenaBlock< ObjectType >.

template<class ObjectType>
void ArenaBlock< ObjectType >::destroyAll  ) 
 

template<class ObjectType>
ObjectType* ArenaBlock< ObjectType >::getBlockAddress size_type  theOffset  )  const [protected]
 

template<class ObjectType>
size_type ArenaBlock< ObjectType >::getBlockOffset const ObjectType *  theObject  )  const [protected]
 

template<class ObjectType>
size_type ArenaBlock< ObjectType >::getBlockSize  )  const
 

template<class ObjectType>
virtual size_type ArenaBlock< ObjectType >::getCountAllocated  )  const [virtual]
 

Reimplemented in ReusableArenaBlock< ObjectType >.

template<class ObjectType>
bool ArenaBlock< ObjectType >::ownsBlock const ObjectType *  theObject  )  const
 

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

Reimplemented in ReusableArenaBlock< ObjectType >.

template<class ObjectType>
virtual bool ArenaBlock< ObjectType >::shouldDestroyBlock const ObjectType *   )  const [protected, virtual]
 

Reimplemented in ReusableArenaBlock< ObjectType >.


Member Data Documentation

template<class ObjectType>
const DestroyFunctionType ArenaBlock< ObjectType >::m_destroyFunction [protected]
 


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.6
Copyright © 2000, 2001, 2002, 2003 The Apache Software Foundation. All Rights Reserved.