Classes | |
class | MemMgrAutoPtrData |
Public Types | |
typedef XALAN_STD_QUALIFIER pair< MemoryManager *, Type * > | AutoPtrPairType |
Public Member Functions | |
XalanMemMgrAutoPtr (MemoryManager &theManager, Type *ptr) | |
XalanMemMgrAutoPtr () | |
XalanMemMgrAutoPtr (const XalanMemMgrAutoPtr< Type, toCallDestructor > &theSource) | |
XalanMemMgrAutoPtr< Type, toCallDestructor > & | operator= (XalanMemMgrAutoPtr< Type, toCallDestructor > &theRHS) |
~XalanMemMgrAutoPtr () | |
Type & | operator* () const |
Type * | operator-> () const |
Type * | get () const |
MemoryManager * | getMemoryManager () |
const MemoryManager * | getMemoryManager () const |
MemMgrAutoPtrData | release () |
Type * | releasePtr () |
void | reset (MemoryManager *theManager=0, Type *thePointer=0) |
typedef XALAN_STD_QUALIFIER pair<MemoryManager*, Type*> XalanMemMgrAutoPtr< Type, toCallDestructor >::AutoPtrPairType |
XalanMemMgrAutoPtr< Type, toCallDestructor >::XalanMemMgrAutoPtr | ( | MemoryManager & | theManager, |
Type * | ptr | ||
) |
XalanMemMgrAutoPtr< Type, toCallDestructor >::XalanMemMgrAutoPtr | ( | ) |
XalanMemMgrAutoPtr< Type, toCallDestructor >::XalanMemMgrAutoPtr | ( | const XalanMemMgrAutoPtr< Type, toCallDestructor > & | theSource) |
XalanMemMgrAutoPtr< Type, toCallDestructor >::~XalanMemMgrAutoPtr | ( | ) |
Type* XalanMemMgrAutoPtr< Type, toCallDestructor >::get | ( | ) | const |
MemoryManager* XalanMemMgrAutoPtr< Type, toCallDestructor >::getMemoryManager | ( | ) |
const MemoryManager* XalanMemMgrAutoPtr< Type, toCallDestructor >::getMemoryManager | ( | ) | const |
Type& XalanMemMgrAutoPtr< Type, toCallDestructor >::operator* | ( | ) | const |
Type* XalanMemMgrAutoPtr< Type, toCallDestructor >::operator-> | ( | ) | const |
XalanMemMgrAutoPtr<Type,toCallDestructor>& XalanMemMgrAutoPtr< Type, toCallDestructor >::operator= | ( | XalanMemMgrAutoPtr< Type, toCallDestructor > & | theRHS) |
MemMgrAutoPtrData XalanMemMgrAutoPtr< Type, toCallDestructor >::release | ( | ) |
Type* XalanMemMgrAutoPtr< Type, toCallDestructor >::releasePtr | ( | ) |
void XalanMemMgrAutoPtr< Type, toCallDestructor >::reset | ( | MemoryManager * | theManager = 0 , |
Type * | thePointer = 0 |
||
) |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|