Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.4

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

XalanAllocator Class Reference

#include <XalanAllocator.hpp>

List of all members.

Public Types

Public Methods


Detailed Description

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> ()

template<class Type>
XalanAllocator<Type>::XalanAllocator<Type> (
const XalanAllocator<Type>&)

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>
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.

Xalan-C++ XSLT Processor Version 1.4
Copyright © 2000, 2001, 2002 The Apache Software Foundation. All Rights Reserved.