Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

XalanArrayAllocator< Type > Class Template Reference

List of all members.

Public Types

Public Member Functions

template<class Type>
class XalanArrayAllocator< Type >


Member Typedef Documentation

template<class Type>
typedef XalanVector<Type> XalanArrayAllocator< Type >::VectorType

template<class Type>
typedef VectorType::size_type XalanArrayAllocator< Type >::size_type

template<class Type>
typedef XALAN_STD_QUALIFIER pair<size_type, VectorType * > XalanArrayAllocator< Type >::ListEntryType

template<class Type>
typedef XalanList<ListEntryType> XalanArrayAllocator< Type >::ListType

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

template<class Type>
typedef ListType::iterator XalanArrayAllocator< Type >::ListIteratorType


Member Enumeration Documentation

template<class Type>
anonymous enum

Enumerator:
eDefaultBlockSize 


Constructor & Destructor Documentation

template<class Type>
XalanArrayAllocator< Type >::XalanArrayAllocator ( MemoryManagerType theManager,
size_type  theBlockSize = eDefaultBlockSize 
)

Constructor.

Parameters:
theBlockSize The block size when allocating.

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


Member Function Documentation

template<class Type>
void XalanArrayAllocator< Type >::clear (  ) 

Clear the instance, and release all allocated memory.

template<class Type>
void XalanArrayAllocator< Type >::reset (  ) 

Reset the instance, but keep all memory so it can be reused for allocations.

This invalidates all previous allocations.

template<class Type>
Type* XalanArrayAllocator< Type >::allocate ( size_type  theCount  ) 

Allocate slots for the given number of Types instance and return the address of the slots.

Parameters:
theCount The number of slots to allocate


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