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  

ReusableArenaBlock Class Reference

#include <ReusableArenaBlock.hpp>

Inheritance diagram for ReusableArenaBlock:

ArenaBlock 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


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]

Reimplemented from ArenaBlock.

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

Reimplemented from ArenaBlock.

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

Reimplemented from ArenaBlock.

template<class ObjectType>
void ReusableArenaBlock<ObjectType>::destroyObject (
ObjectType * theObject)

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

Reimplemented from ArenaBlock.

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

Reimplemented from ArenaBlock.

template<class ObjectType>
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.0
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.