Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XalanAllocator Class Template Reference

#include <XalanAllocator.hpp>

List of all members.

Public Types

Public Methods

template<class Type> class XalanAllocator


Member Typedef Documentation

template<class Type>
typedef const Type * XalanAllocator<Type>::const_pointer
 

template<class Type>
typedef const Type & XalanAllocator<Type>::const_reference
 

template<class Type>
typedef ptrdiff_t XalanAllocator<Type>::difference_type
 

template<class Type>
typedef Type * XalanAllocator<Type>::pointer
 

template<class Type>
typedef Type & XalanAllocator<Type>::reference
 

template<class Type>
typedef size_t XalanAllocator<Type>::size_type
 

template<class Type>
typedef Type XalanAllocator<Type>::value_type
 


Constructor & Destructor Documentation

template<class Type>
XalanAllocator<Type>::XalanAllocator<Type> ( MemoryManagerType & theManager )
 

template<class Type>
XalanAllocator<Type>::~XalanAllocator<Type> ( )
 


Member Function Documentation

template<class Type>
const_pointer XalanAllocator<Type>::address ( const_reference x ) const
 

template<class Type>
pointer XalanAllocator<Type>::address ( reference x ) const
 

template<class Type>
pointer XalanAllocator<Type>::allocate ( size_type size,
const void * = 0 )
 

template<class Type>
void XalanAllocator<Type>::construct ( pointer p,
const Type & val )
 

template<class Type>
void XalanAllocator<Type>::deallocate ( pointer p,
size_type )
 

template<class Type>
void XalanAllocator<Type>::destroy ( pointer p )
 

template<class Type>
MemoryManagerType & XalanAllocator<Type>::getMemoryManager ( )
 

template<class Type>
size_type XalanAllocator<Type>::max_size ( ) const
 


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