Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.7
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
ReusableArenaAllocator Template Class Reference
#include <ReusableArenaAllocator.hpp>
Inheritance diagram for ReusableArenaAllocator
Collaboration diagram for ReusableArenaAllocator:
List of all members.
Public Types
Public Methods
Member Typedef Documentation
template<classObjectType> |
typedef std::vector<ReusableArenaBlockType*> ReusableArenaAllocator<ObjectType>::ArenaBlockListType
|
|
template<classObjectType> |
typedef ReusableArenaBlock<ObjectType> ReusableArenaAllocator<ObjectType>::ReusableArenaBlockType
|
|
template<classObjectType> |
typedef ReusableArenaBlockType::size_type ReusableArenaAllocator<ObjectType>::size_type
|
|
Constructor & Destructor Documentation
template<classObjectType> |
ReusableArenaAllocator<ObjectType>::ReusableArenaAllocator<ObjectType> (
|
size_type theBlockSize )
|
|
template<classObjectType> |
ReusableArenaAllocator<ObjectType>::~ReusableArenaAllocator<ObjectType> (
|
) [virtual]
|
|
Member Function Documentation
template<classObjectType> |
ObjectType * ReusableArenaAllocator<ObjectType>::allocateBlock (
|
) [virtual]
|
|
template<classObjectType> |
void ReusableArenaAllocator<ObjectType>::commitAllocation (
|
ObjectType * theObject ) [virtual]
|
|
template<classObjectType> |
bool ReusableArenaAllocator<ObjectType>::destroyObject (
|
ObjectType * theObject ) []
|
|
template<classObjectType> |
bool ReusableArenaAllocator<ObjectType>::ownsObject (
|
const ObjectType * theObject ) const [virtual]
|
|
template<classObjectType> |
void ReusableArenaAllocator<ObjectType>::reset (
|
) [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++ XSLT Processor Version 1.7
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.
|
|