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
ArenaBlock Class Reference
#include <ArenaBlock.hpp>
Inheritance diagram for ArenaBlock:
List of all members.Public Types
Public Methods
Protected Methods
Protected Attributes
Friends
Detailed Description
template<class ObjectType> class ArenaBlock
Member Typedef Documentation
template<class ObjectType>
typedef ArenaBlockAllocator<ObjectType> ArenaBlock<ObjectType>::AllocatorType |
|
template<class ObjectType>
typedef ArenaBlockDestroy<ObjectType> ArenaBlock<ObjectType>::DestroyFunctionType |
|
template<class ObjectType>
typedef AllocatorType::size_type ArenaBlock<ObjectType>::size_type |
|
Constructor & Destructor Documentation
template<class ObjectType>
ArenaBlock<ObjectType>::ArenaBlock<ObjectType> (
|
size_type theBlockSize) |
|
template<class ObjectType>
ArenaBlock<ObjectType>::~ArenaBlock<ObjectType> () |
|
Member Function Documentation
template<class ObjectType>
ObjectType * ArenaBlock<ObjectType>::allocateBlock () [virtual] |
|
template<class ObjectType>
bool ArenaBlock<ObjectType>::blockAvailable () const [virtual] |
|
template<class ObjectType>
void ArenaBlock<ObjectType>::commitAllocation (
|
ObjectType * theBlock) [virtual] |
|
template<class ObjectType>
void ArenaBlock<ObjectType>::destroyAll () |
|
template<class ObjectType>
ObjectType * ArenaBlock<ObjectType>::getBlockAddress (
|
size_type theOffset) const [protected] |
|
template<class ObjectType>
size_type ArenaBlock<ObjectType>::getBlockOffset (
|
const ObjectType * theObject) const [protected] |
|
template<class ObjectType>
size_type ArenaBlock<ObjectType>::getBlockSize () const |
|
template<class ObjectType>
size_type ArenaBlock<ObjectType>::getCountAllocated () const [virtual] |
|
template<class ObjectType>
bool ArenaBlock<ObjectType>::ownsBlock (
|
const ObjectType * theObject) const |
|
template<class ObjectType>
bool ArenaBlock<ObjectType>::ownsObject (
|
const ObjectType * theObject) const [virtual] |
|
template<class ObjectType>
bool ArenaBlock<ObjectType>::shouldDestroyBlock (
|
const ObjectType * theObject) const [protected, virtual] |
|
Friends And Related Function Documentation
template<class ObjectType>
struct DeleteFunctor [friend] |
|
Member Data Documentation
template<class ObjectType>
const DestroyFunctionType ArenaBlock<ObjectType>::m_destroyFunction [protected] |
|
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.
|
|