Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
ReusableArenaBlock< ObjectType, SizeType > Class Template Reference
Inheritance diagram for ReusableArenaBlock< ObjectType, SizeType >:
ArenaBlockBase< ObjectType, SizeType >

List of all members.

Classes

Public Types

Public Member Functions

Static Public Member Functions

Protected Member Functions

template<class ObjectType, class SizeType = unsigned short>
class ReusableArenaBlock< ObjectType, SizeType >


Member Typedef Documentation

template<class ObjectType, class SizeType = unsigned short>
typedef ArenaBlockBase<ObjectType, SizeType> ReusableArenaBlock< ObjectType, SizeType >::BaseClassType
template<class ObjectType, class SizeType = unsigned short>
typedef BaseClassType::size_type ReusableArenaBlock< ObjectType, SizeType >::size_type
template<class ObjectType, class SizeType = unsigned short>
typedef ReusableArenaBlock<ObjectType, SizeType> ReusableArenaBlock< ObjectType, SizeType >::ThisType

Constructor & Destructor Documentation

template<class ObjectType, class SizeType = unsigned short>
ReusableArenaBlock< ObjectType, SizeType >::ReusableArenaBlock ( MemoryManagerType theManager,
size_type  theBlockSize 
)
template<class ObjectType, class SizeType = unsigned short>
ReusableArenaBlock< ObjectType, SizeType >::~ReusableArenaBlock ( )

Member Function Documentation

template<class ObjectType, class SizeType = unsigned short>
ObjectType* ReusableArenaBlock< ObjectType, SizeType >::allocateBlock ( )
template<class ObjectType, class SizeType = unsigned short>
void ReusableArenaBlock< ObjectType, SizeType >::commitAllocation ( ObjectType *  )
template<class ObjectType, class SizeType = unsigned short>
static ThisType* ReusableArenaBlock< ObjectType, SizeType >::create ( MemoryManagerType theManager,
size_type  theBlockSize 
) [static]
template<class ObjectType, class SizeType = unsigned short>
void ReusableArenaBlock< ObjectType, SizeType >::destroyObject ( ObjectType *  theObject)
template<class ObjectType, class SizeType = unsigned short>
bool ReusableArenaBlock< ObjectType, SizeType >::isOccupiedBlock ( const NextBlock block) const [protected]
template<class ObjectType, class SizeType = unsigned short>
bool ReusableArenaBlock< ObjectType, SizeType >::ownsObject ( const ObjectType *  theObject) const
template<class ObjectType, class SizeType = unsigned short>
bool ReusableArenaBlock< ObjectType, SizeType >::shouldDestroyBlock ( const ObjectType *  theObject) const [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.

dot

Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.

Apache Logo