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

ArenaAllocator< ObjectType, ArenaBlockType > Class Template Reference

List of all members.

Public Types

Public Member Functions

Protected Types

Protected Attributes

template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
class ArenaAllocator< ObjectType, ArenaBlockType >


Member Typedef Documentation

template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
typedef std::vector<ArenaBlockType*> ArenaAllocator< ObjectType, ArenaBlockType >::ArenaBlockListType [protected]
 

Reimplemented in ReusableArenaAllocator< ObjectType >, ReusableArenaAllocator< number_type >, ReusableArenaAllocator< string_type >, ReusableArenaAllocator< object_type >, ReusableArenaAllocator< nodeset_type >, and ReusableArenaAllocator< data_type >.

template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
typedef ArenaBlockType::size_type ArenaAllocator< ObjectType, ArenaBlockType >::size_type
 

Reimplemented in ReusableArenaAllocator< ObjectType >, ReusableArenaAllocator< number_type >, ReusableArenaAllocator< string_type >, ReusableArenaAllocator< object_type >, ReusableArenaAllocator< nodeset_type >, and ReusableArenaAllocator< data_type >.


Constructor & Destructor Documentation

template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
ArenaAllocator< ObjectType, ArenaBlockType >::ArenaAllocator size_type  theBlockSize  ) 
 

template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
virtual ArenaAllocator< ObjectType, ArenaBlockType >::~ArenaAllocator  )  [virtual]
 


Member Function Documentation

template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
virtual ObjectType* ArenaAllocator< ObjectType, ArenaBlockType >::allocateBlock  )  [virtual]
 

Reimplemented in ReusableArenaAllocator< ObjectType >, ReusableArenaAllocator< number_type >, ReusableArenaAllocator< string_type >, ReusableArenaAllocator< object_type >, ReusableArenaAllocator< nodeset_type >, and ReusableArenaAllocator< data_type >.

template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
virtual void ArenaAllocator< ObjectType, ArenaBlockType >::commitAllocation ObjectType *  theObject  )  [virtual]
 

Reimplemented in ReusableArenaAllocator< ObjectType >, ReusableArenaAllocator< number_type >, ReusableArenaAllocator< string_type >, ReusableArenaAllocator< object_type >, ReusableArenaAllocator< nodeset_type >, and ReusableArenaAllocator< data_type >.

template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
size_type ArenaAllocator< ObjectType, ArenaBlockType >::getBlockCount  )  const
 

template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
size_type ArenaAllocator< ObjectType, ArenaBlockType >::getBlockSize  )  const
 

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

Reimplemented in ReusableArenaAllocator< ObjectType >, ReusableArenaAllocator< number_type >, ReusableArenaAllocator< string_type >, ReusableArenaAllocator< object_type >, ReusableArenaAllocator< nodeset_type >, and ReusableArenaAllocator< data_type >.

template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
virtual void ArenaAllocator< ObjectType, ArenaBlockType >::reset  )  [virtual]
 

Reimplemented in ReusableArenaAllocator< ObjectType >, ReusableArenaAllocator< number_type >, ReusableArenaAllocator< string_type >, ReusableArenaAllocator< object_type >, ReusableArenaAllocator< nodeset_type >, and ReusableArenaAllocator< data_type >.

template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
void ArenaAllocator< ObjectType, ArenaBlockType >::setBlockSize size_type  theSize  ) 
 


Member Data Documentation

template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
ArenaBlockListType ArenaAllocator< ObjectType, ArenaBlockType >::m_blocks [protected]
 

template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
size_type ArenaAllocator< ObjectType, ArenaBlockType >::m_blockSize [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.