Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.6

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ArenaAllocator Template Class Reference

#include <ArenaAllocator.hpp>

Inheritance diagram for ArenaAllocator

List of all members.

Public Types

Public Methods

Protected Types

Protected Attributes


Member Typedef Documentation

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

Reimplemented in ReusableArenaAllocator.

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

Reimplemented in ReusableArenaAllocator.


Constructor & Destructor Documentation

template<classObjectType, classArenaBlockType = ArenaBlock<ObjectType>>
ArenaAllocator<ObjectType, ArenaBlockType>::ArenaAllocator<ObjectType, ArenaBlockType> ( size_type theBlockSize )

template<classObjectType, classArenaBlockType = ArenaBlock<ObjectType>>
ArenaAllocator<ObjectType, ArenaBlockType>::~ArenaAllocator<ObjectType, ArenaBlockType> ( ) [virtual]


Member Function Documentation

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

Reimplemented in ReusableArenaAllocator.

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

Reimplemented in ReusableArenaAllocator.

template<classObjectType, classArenaBlockType = ArenaBlock<ObjectType>>
size_type ArenaAllocator<ObjectType, ArenaBlockType>::getBlockCount ( ) const []

template<classObjectType, classArenaBlockType = ArenaBlock<ObjectType>>
size_type ArenaAllocator<ObjectType, ArenaBlockType>::getBlockSize ( ) const []

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

Reimplemented in ReusableArenaAllocator.

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

Reimplemented in ReusableArenaAllocator.

template<classObjectType, classArenaBlockType = ArenaBlock<ObjectType>>
void ArenaAllocator<ObjectType, ArenaBlockType>::setBlockSize ( size_type theSize ) []


Member Data Documentation

template<classObjectType, classArenaBlockType = ArenaBlock<ObjectType>>
size_type ArenaAllocator<ObjectType, ArenaBlockType>::m_blockSize [protected]

template<classObjectType, classArenaBlockType = ArenaBlock<ObjectType>>
ArenaBlockListType ArenaAllocator<ObjectType, ArenaBlockType>::m_blocks [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.