Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


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

#include <XalanMemMgrAutoPtr.hpp>

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
 

Detailed Description

template<class Type>
class XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData

Definition at line 227 of file XalanMemMgrAutoPtr.hpp.

Constructor & Destructor Documentation

◆ MemMgrAutoPtrArrayData() [1/2]

template<class Type>
XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::MemMgrAutoPtrArrayData ( )
inline

Definition at line 231 of file XalanMemMgrAutoPtr.hpp.

◆ MemMgrAutoPtrArrayData() [2/2]

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

Definition at line 238 of file XalanMemMgrAutoPtr.hpp.

Member Function Documentation

◆ deallocate()

template<class Type>
void XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::deallocate ( )
inline

Definition at line 256 of file XalanMemMgrAutoPtr.hpp.

◆ isInitilized()

template<class Type>
bool XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::isInitilized ( ) const
inline

Definition at line 250 of file XalanMemMgrAutoPtr.hpp.

◆ reset()

template<class Type>
void XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::reset ( MemoryManager *  theMemoryManager,
Type *  thePointer,
size_type  size 
)
inline

Definition at line 274 of file XalanMemMgrAutoPtr.hpp.

Member Data Documentation

◆ m_dataArray

template<class Type>
Type* XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::m_dataArray

Definition at line 292 of file XalanMemMgrAutoPtr.hpp.

◆ m_memoryManager

template<class Type>
MemoryManager* XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::m_memoryManager

Definition at line 290 of file XalanMemMgrAutoPtr.hpp.

◆ m_size

template<class Type>
size_type XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::m_size

Definition at line 294 of file XalanMemMgrAutoPtr.hpp.


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.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo