Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.6
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
ArenaBlock Template Class Reference
#include <ArenaBlock.hpp>
Inheritance diagram for ArenaBlock
Collaboration diagram for ArenaBlock:
List of all members.
Public Types
Public Methods
Protected Methods
Protected Attributes
Friends
Member Typedef Documentation
template<classObjectType> |
typedef std::allocator<ObjectType> ArenaBlock<ObjectType>::AllocatorType
|
|
template<classObjectType> |
typedef ArenaBlockDestroy<ObjectType> ArenaBlock<ObjectType>::DestroyFunctionType
|
|
template<classObjectType> |
typedef AllocatorType::size_type ArenaBlock<ObjectType>::size_type
|
|
Constructor & Destructor Documentation
template<classObjectType> |
ArenaBlock<ObjectType>::ArenaBlock<ObjectType> (
|
size_type theBlockSize )
|
|
template<classObjectType> |
ArenaBlock<ObjectType>::~ArenaBlock<ObjectType> (
|
) [virtual]
|
|
Member Function Documentation
template<classObjectType> |
ObjectType * ArenaBlock<ObjectType>::allocateBlock (
|
) [virtual]
|
|
template<classObjectType> |
bool ArenaBlock<ObjectType>::blockAvailable (
|
) const [virtual]
|
|
template<classObjectType> |
void ArenaBlock<ObjectType>::commitAllocation (
|
ObjectType * theBlock ) [virtual]
|
|
template<classObjectType> |
void ArenaBlock<ObjectType>::destroyAll (
|
) []
|
|
template<classObjectType> |
ObjectType * ArenaBlock<ObjectType>::getBlockAddress (
|
size_type theOffset ) const [protected]
|
|
template<classObjectType> |
size_type ArenaBlock<ObjectType>::getBlockOffset (
|
const ObjectType * theObject ) const [protected]
|
|
template<classObjectType> |
size_type ArenaBlock<ObjectType>::getBlockSize (
|
) const []
|
|
template<classObjectType> |
size_type ArenaBlock<ObjectType>::getCountAllocated (
|
) const [virtual]
|
|
template<classObjectType> |
bool ArenaBlock<ObjectType>::ownsBlock (
|
const ObjectType * theObject ) const []
|
|
template<classObjectType> |
bool ArenaBlock<ObjectType>::ownsObject (
|
const ObjectType * theObject ) const [virtual]
|
|
template<classObjectType> |
bool ArenaBlock<ObjectType>::shouldDestroyBlock (
|
const ObjectType * theObject ) const [protected, virtual]
|
|
Friends And Related Function Documentation
template<classObjectType> |
struct DeleteFunctor [friend]
|
|
Member Data Documentation
template<classObjectType> |
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++ XSLT Processor Version 1.6
Copyright © 2000, 2001, 2002, 2003 The Apache Software Foundation. All Rights Reserved.
|
|