Xalan-C++ API Reference  1.12.0
Public Member Functions | List of all members
xalanc::XalanMemMgrAutoPtr< Type >::MemMgrAutoPtrData Class Reference

#include <xalanc/Include/XalanMemMgrAutoPtr.hpp>

Inheritance diagram for xalanc::XalanMemMgrAutoPtr< Type >::MemMgrAutoPtrData:
[legend]
Collaboration diagram for xalanc::XalanMemMgrAutoPtr< Type >::MemMgrAutoPtrData:
[legend]

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 xalanc::XalanMemMgrAutoPtr< Type >::MemMgrAutoPtrData

Definition at line 52 of file XalanMemMgrAutoPtr.hpp.

Constructor & Destructor Documentation

◆ MemMgrAutoPtrData() [1/2]

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

Definition at line 56 of file XalanMemMgrAutoPtr.hpp.

◆ MemMgrAutoPtrData() [2/2]

template<class Type >
xalanc::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 xalanc::XalanMemMgrAutoPtr< Type >::MemMgrAutoPtrData::deallocate ( )
inline

Definition at line 76 of file XalanMemMgrAutoPtr.hpp.

◆ isInitialized()

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

Definition at line 70 of file XalanMemMgrAutoPtr.hpp.

◆ reset()

template<class Type >
void xalanc::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: