Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Public Member Functions | Public Attributes | List of all members
XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData Class Reference

Public Member Functions

 MemMgrAutoPtrArrayData ()
 MemMgrAutoPtrArrayData (MemoryManager *memoryManager, Type *dataPointer, size_type size)
bool isInitilized () const
void deallocate ()
void reset (MemoryManager *theMemoryManager, Type *thePointer, size_type size)

Public Attributes

MemoryManager * m_memoryManager
Type * m_dataArray
size_type m_size

Constructor & Destructor Documentation

template<class Type>
XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::MemMgrAutoPtrArrayData ( )
template<class Type>
XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::MemMgrAutoPtrArrayData ( MemoryManager *  memoryManager,
Type *  dataPointer,
size_type  size 
)

Member Function Documentation

template<class Type>
void XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::deallocate ( )
template<class Type>
bool XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::isInitilized ( ) const
template<class Type>
void XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::reset ( MemoryManager *  theMemoryManager,
Type *  thePointer,
size_type  size 
)

Member Data Documentation

template<class Type>
Type* XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::m_dataArray
template<class Type>
MemoryManager* XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::m_memoryManager
template<class Type>
size_type XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::m_size

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