Xalan-C++ API Documentation

The Xalan C++ XSL Transformer Version 1.1

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

ReusableArenaBlock Template Class Reference

#include <ReusableArenaBlock.hpp>

Inheritance diagram for ReusableArenaBlock

Inheritance graph

[legend]
Collaboration diagram for ReusableArenaBlock:

Collaboration graph

[legend]
List of all members.

Public Types

Public Methods

Protected Methods


Member Typedef Documentation

template<classObjectType>
typedef ArenaBlock<ObjectType> ReusableArenaBlock<ObjectType>::BaseClassType
 

template<classObjectType>
typedef BaseClassType::size_type ReusableArenaBlock<ObjectType>::size_type
 

Reimplemented from ArenaBlock.


Constructor & Destructor Documentation

template<classObjectType>
ReusableArenaBlock<ObjectType>::ReusableArenaBlock<ObjectType> ( size_type theBlockSize )
 

template<classObjectType>
ReusableArenaBlock<ObjectType>::~ReusableArenaBlock<ObjectType> ( ) []
 


Member Function Documentation

template<classObjectType>
ObjectType * ReusableArenaBlock<ObjectType>::allocateBlock ( ) [virtual]
 

Reimplemented from ArenaBlock.

template<classObjectType>
bool ReusableArenaBlock<ObjectType>::blockAvailable ( ) const [virtual]
 

Reimplemented from ArenaBlock.

template<classObjectType>
void ReusableArenaBlock<ObjectType>::commitAllocation ( ObjectType * theBlock ) [virtual]
 

Reimplemented from ArenaBlock.

template<classObjectType>
void ReusableArenaBlock<ObjectType>::destroyObject ( ObjectType * theObject ) []
 

template<classObjectType>
size_type ReusableArenaBlock<ObjectType>::getCountAllocated ( ) const [virtual]
 

Reimplemented from ArenaBlock.

template<classObjectType>
bool ReusableArenaBlock<ObjectType>::ownsObject ( const ObjectType * theObject ) const [virtual]
 

Reimplemented from ArenaBlock.

template<classObjectType>
bool ReusableArenaBlock<ObjectType>::shouldDestroyBlock ( const ObjectType * theObject ) const [protected, virtual]
 

Reimplemented from ArenaBlock.


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.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.