Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.8
ArenaBlock< ObjectType > Class Template Reference
Inheritance diagram for ArenaBlock< ObjectType >:
List of all members.Public Types
Public Member Functions
Protected Member Functions
Protected Attributes
template<class ObjectType>
class ArenaBlock< ObjectType >
Member Typedef Documentation
template<class ObjectType> |
typedef AllocatorType::size_type ArenaBlock< ObjectType >::size_type |
|
Constructor & Destructor Documentation
Member Function Documentation
template<class ObjectType> |
virtual ObjectType* ArenaBlock< ObjectType >::allocateBlock |
( |
|
) |
[virtual] |
|
template<class ObjectType> |
virtual bool ArenaBlock< ObjectType >::blockAvailable |
( |
|
) |
const [virtual] |
|
template<class ObjectType> |
virtual 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> |
virtual size_type ArenaBlock< ObjectType >::getCountAllocated |
( |
|
) |
const [virtual] |
|
template<class ObjectType> |
bool ArenaBlock< ObjectType >::ownsBlock |
( |
const ObjectType * |
theObject |
) |
const |
|
template<class ObjectType> |
virtual bool ArenaBlock< ObjectType >::ownsObject |
( |
const ObjectType * |
theObject |
) |
const [virtual] |
|
template<class ObjectType> |
virtual bool ArenaBlock< ObjectType >::shouldDestroyBlock |
( |
const ObjectType * |
|
) |
const [protected, virtual] |
|
Member Data Documentation
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.8
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.
|
|