#include <XalanMemMgrAutoPtr.hpp>
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 > &theSource) | |
XalanMemMgrAutoPtr< Type > & | operator= (XalanMemMgrAutoPtr< Type > &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) |
Definition at line 46 of file XalanMemMgrAutoPtr.hpp.
typedef XALAN_STD_QUALIFIER pair<MemoryManager*, Type*> XalanMemMgrAutoPtr< Type >::AutoPtrPairType |
Definition at line 50 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 114 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 121 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 126 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 144 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 162 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 168 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 174 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 150 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 156 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 132 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 180 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 190 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 198 of file XalanMemMgrAutoPtr.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|