Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.4
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
ReusableArenaBlock Class Reference
#include <ReusableArenaBlock.hpp>
Inheritance diagram for ReusableArenaBlock:
Collaboration diagram for ReusableArenaBlock:
List of all members.
Public Types
Public Methods
Protected Methods
Detailed Description
template<class ObjectType> class ReusableArenaBlock
Member Typedef Documentation
template<class ObjectType>
typedef ArenaBlock<ObjectType> ReusableArenaBlock<ObjectType>::BaseClassType |
|
template<class ObjectType>
typedef BaseClassType::size_type ReusableArenaBlock<ObjectType>::size_type |
|
Constructor & Destructor Documentation
template<class ObjectType>
ReusableArenaBlock<ObjectType>::ReusableArenaBlock<ObjectType> (
|
size_type theBlockSize) |
|
template<class ObjectType>
ReusableArenaBlock<ObjectType>::~ReusableArenaBlock<ObjectType> () |
|
Member Function Documentation
template<class ObjectType>
ObjectType * ReusableArenaBlock<ObjectType>::allocateBlock () [virtual] |
|
template<class ObjectType>
bool ReusableArenaBlock<ObjectType>::blockAvailable () const [virtual] |
|
template<class ObjectType>
void ReusableArenaBlock<ObjectType>::commitAllocation (
|
ObjectType * theBlock) [virtual] |
|
template<class ObjectType>
void ReusableArenaBlock<ObjectType>::destroyObject (
|
ObjectType * theObject) |
|
template<class ObjectType>
size_type ReusableArenaBlock<ObjectType>::getCountAllocated () const [virtual] |
|
template<class ObjectType>
bool ReusableArenaBlock<ObjectType>::ownsObject (
|
const ObjectType * theObject) const [virtual] |
|
template<class ObjectType>
bool ReusableArenaBlock<ObjectType>::shouldDestroyBlock (
|
const ObjectType * theObject) const [protected, 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.4
Copyright © 2000, 2001, 2002 The Apache Software Foundation. All Rights Reserved.
|
|