Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | List of all members
XalanMemMgrAutoPtr< Type >::MemMgrAutoPtrData Class Reference

#include <XalanMemMgrAutoPtr.hpp>

Inherits AutoPtrPairType.

Public Member Functions

 MemMgrAutoPtrData ()
 
 MemMgrAutoPtrData (MemoryManager *memoryManager, Type *dataPointer)
 
bool isInitialized () const
 
void deallocate ()
 
void reset (MemoryManager *memoryManager, Type *dataPointer)
 

Detailed Description

template<class Type>
class XalanMemMgrAutoPtr< Type >::MemMgrAutoPtrData

Definition at line 52 of file XalanMemMgrAutoPtr.hpp.

Constructor & Destructor Documentation

◆ MemMgrAutoPtrData() [1/2]

template<class Type>
XalanMemMgrAutoPtr< Type >::MemMgrAutoPtrData::MemMgrAutoPtrData ( )
inline

Definition at line 56 of file XalanMemMgrAutoPtr.hpp.

◆ MemMgrAutoPtrData() [2/2]

template<class Type>
XalanMemMgrAutoPtr< Type >::MemMgrAutoPtrData::MemMgrAutoPtrData ( MemoryManager *  memoryManager,
Type *  dataPointer 
)
inline

Definition at line 61 of file XalanMemMgrAutoPtr.hpp.

Member Function Documentation

◆ deallocate()

template<class Type>
void XalanMemMgrAutoPtr< Type >::MemMgrAutoPtrData::deallocate ( )
inline

Definition at line 76 of file XalanMemMgrAutoPtr.hpp.

◆ isInitialized()

template<class Type>
bool XalanMemMgrAutoPtr< Type >::MemMgrAutoPtrData::isInitialized ( ) const
inline

Definition at line 70 of file XalanMemMgrAutoPtr.hpp.

◆ reset()

template<class Type>
void XalanMemMgrAutoPtr< Type >::MemMgrAutoPtrData::reset ( MemoryManager *  memoryManager,
Type *  dataPointer 
)
inline

Definition at line 89 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