Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Classes | Public Types | Public Member Functions | List of all members
XalanMemMgrAutoPtr< Type, toCallDestructor > Class Template Reference

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)
 

Member Typedef Documentation

template<class Type, bool toCallDestructor = true>
typedef XALAN_STD_QUALIFIER pair<MemoryManager*, Type*> XalanMemMgrAutoPtr< Type, toCallDestructor >::AutoPtrPairType

Constructor & Destructor Documentation

template<class Type, bool toCallDestructor = true>
XalanMemMgrAutoPtr< Type, toCallDestructor >::XalanMemMgrAutoPtr ( MemoryManager &  theManager,
Type *  ptr 
)
template<class Type, bool toCallDestructor = true>
XalanMemMgrAutoPtr< Type, toCallDestructor >::XalanMemMgrAutoPtr ( )
template<class Type, bool toCallDestructor = true>
XalanMemMgrAutoPtr< Type, toCallDestructor >::XalanMemMgrAutoPtr ( const XalanMemMgrAutoPtr< Type, toCallDestructor > &  theSource)
template<class Type, bool toCallDestructor = true>
XalanMemMgrAutoPtr< Type, toCallDestructor >::~XalanMemMgrAutoPtr ( )

Member Function Documentation

template<class Type, bool toCallDestructor = true>
Type* XalanMemMgrAutoPtr< Type, toCallDestructor >::get ( ) const
template<class Type, bool toCallDestructor = true>
MemoryManager* XalanMemMgrAutoPtr< Type, toCallDestructor >::getMemoryManager ( )
template<class Type, bool toCallDestructor = true>
const MemoryManager* XalanMemMgrAutoPtr< Type, toCallDestructor >::getMemoryManager ( ) const
template<class Type, bool toCallDestructor = true>
Type& XalanMemMgrAutoPtr< Type, toCallDestructor >::operator* ( ) const
template<class Type, bool toCallDestructor = true>
Type* XalanMemMgrAutoPtr< Type, toCallDestructor >::operator-> ( ) const
template<class Type, bool toCallDestructor = true>
XalanMemMgrAutoPtr<Type,toCallDestructor>& XalanMemMgrAutoPtr< Type, toCallDestructor >::operator= ( XalanMemMgrAutoPtr< Type, toCallDestructor > &  theRHS)
template<class Type, bool toCallDestructor = true>
MemMgrAutoPtrData XalanMemMgrAutoPtr< Type, toCallDestructor >::release ( )
template<class Type, bool toCallDestructor = true>
Type* XalanMemMgrAutoPtr< Type, toCallDestructor >::releasePtr ( )
template<class Type, bool toCallDestructor = true>
void XalanMemMgrAutoPtr< Type, toCallDestructor >::reset ( MemoryManager *  theManager = 0,
Type *  thePointer = 0 
)

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