Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan-C++ XSL Transformer Version 1.0
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
ArenaAllocator Class Reference
#include <ArenaAllocator.hpp>
Inheritance diagram for ArenaAllocator:
List of all members.Public Types
Public Methods
Protected Types
Protected Attributes
Detailed Description
template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>> class ArenaAllocator
Member Typedef Documentation
template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
typedef std::vector<ArenaBlockType*> ArenaAllocator<ObjectType, ArenaBlockType>::ArenaBlockListType [protected] |
|
template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
typedef ArenaBlockType::size_type ArenaAllocator<ObjectType, ArenaBlockType>::size_type |
|
Constructor & Destructor Documentation
template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
ArenaAllocator<ObjectType, ArenaBlockType>::ArenaAllocator<ObjectType, ArenaBlockType> (
|
size_type theBlockSize) |
|
template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
ArenaAllocator<ObjectType, ArenaBlockType>::~ArenaAllocator<ObjectType, ArenaBlockType> () [virtual] |
|
Member Function Documentation
template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
ObjectType * ArenaAllocator<ObjectType, ArenaBlockType>::allocateBlock () [virtual] |
|
template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
void ArenaAllocator<ObjectType, ArenaBlockType>::commitAllocation (
|
ObjectType * theObject) [virtual] |
|
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>>
void ArenaAllocator<ObjectType, ArenaBlockType>::reset () |
|
Member Data Documentation
template<class ObjectType, class ArenaBlockType = ArenaBlock<ObjectType>>
const size_type ArenaAllocator<ObjectType, ArenaBlockType>::m_blockSize [protected] |
|
template<class ObjectType, class ArenaBlockType = 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++ XSL Transformer Version 1.0
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.
|
|