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
ReusableArenaAllocator Class Reference
#include <ReusableArenaAllocator.hpp>
Inheritance diagram for ReusableArenaAllocator:
Collaboration diagram for ReusableArenaAllocator:
List of all members.
Public Types
Public Methods
Detailed Description
template<class ObjectType> class ReusableArenaAllocator
Member Typedef Documentation
template<class ObjectType>
typedef std::vector<ReusableArenaBlockType*> ReusableArenaAllocator<ObjectType>::ArenaBlockListType |
|
template<class ObjectType>
typedef ReusableArenaBlock<ObjectType> ReusableArenaAllocator<ObjectType>::ReusableArenaBlockType |
|
template<class ObjectType>
typedef ReusableArenaBlockType::size_type ReusableArenaAllocator<ObjectType>::size_type |
|
Constructor & Destructor Documentation
template<class ObjectType>
ReusableArenaAllocator<ObjectType>::ReusableArenaAllocator<ObjectType> (
|
size_type theBlockSize) |
|
template<class ObjectType>
ReusableArenaAllocator<ObjectType>::~ReusableArenaAllocator<ObjectType> () [virtual] |
|
Member Function Documentation
template<class ObjectType>
ObjectType * ReusableArenaAllocator<ObjectType>::allocateBlock () [virtual] |
|
template<class ObjectType>
void ReusableArenaAllocator<ObjectType>::commitAllocation (
|
ObjectType * theObject) [virtual] |
|
template<class ObjectType>
bool ReusableArenaAllocator<ObjectType>::destroyObject (
|
ObjectType * theObject) |
|
template<class ObjectType>
bool ReusableArenaAllocator<ObjectType>::ownsObject (
|
const ObjectType * theObject) const [virtual] |
|
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.
|
|