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
ArenaBlockAllocator Class Reference
#include <ArenaBlock.hpp>
List of all members.
Public Types
Public Methods
Detailed Description
template<class Type> class ArenaBlockAllocator
Member Typedef Documentation
template<class Type>
typedef const Type* ArenaBlockAllocator<Type>::const_pointer |
|
template<class Type>
typedef const Type& ArenaBlockAllocator<Type>::const_reference |
|
template<class Type>
typedef ptrdiff_t ArenaBlockAllocator<Type>::difference_type |
|
template<class Type>
typedef Type* ArenaBlockAllocator<Type>::pointer |
|
template<class Type>
typedef Type& ArenaBlockAllocator<Type>::reference |
|
template<class Type>
typedef size_t ArenaBlockAllocator<Type>::size_type |
|
template<class Type>
typedef Type ArenaBlockAllocator<Type>::value_type |
|
Constructor & Destructor Documentation
template<class Type>
ArenaBlockAllocator<Type>::ArenaBlockAllocator<Type> () |
|
template<class Type>
ArenaBlockAllocator<Type>::ArenaBlockAllocator<Type> (
|
const ArenaBlockAllocator<Type>&) |
|
template<class Type>
ArenaBlockAllocator<Type>::~ArenaBlockAllocator<Type> () |
|
Member Function Documentation
template<class Type>
pointer ArenaBlockAllocator<Type>::allocate (
|
size_type size, |
|
const void * = 0) |
|
template<class Type>
void ArenaBlockAllocator<Type>::deallocate (
|
pointer p, |
|
size_type) |
|
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.
|
|