#include <XalanMemMgrAutoPtr.hpp>

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.
| XalanMemMgrAutoPtr< Type >::XalanMemMgrAutoPtr | ( | MemoryManager & | theManager, | |
| Type * | ptr | |||
| ) | [inline] |
Definition at line 114 of file XalanMemMgrAutoPtr.hpp.
| XalanMemMgrAutoPtr< Type >::XalanMemMgrAutoPtr | ( | ) | [inline] |
Definition at line 121 of file XalanMemMgrAutoPtr.hpp.
| XalanMemMgrAutoPtr< Type >::XalanMemMgrAutoPtr | ( | const XalanMemMgrAutoPtr< Type > & | theSource | ) | [inline] |
Definition at line 126 of file XalanMemMgrAutoPtr.hpp.
| XalanMemMgrAutoPtr< Type >::~XalanMemMgrAutoPtr | ( | ) | [inline] |
Definition at line 144 of file XalanMemMgrAutoPtr.hpp.
| Type* XalanMemMgrAutoPtr< Type >::get | ( | ) | const [inline] |
Definition at line 162 of file XalanMemMgrAutoPtr.hpp.
| MemoryManager* XalanMemMgrAutoPtr< Type >::getMemoryManager | ( | ) | [inline] |
Definition at line 168 of file XalanMemMgrAutoPtr.hpp.
| const MemoryManager* XalanMemMgrAutoPtr< Type >::getMemoryManager | ( | ) | const [inline] |
Definition at line 174 of file XalanMemMgrAutoPtr.hpp.
| Type& XalanMemMgrAutoPtr< Type >::operator* | ( | ) | const [inline] |
Definition at line 150 of file XalanMemMgrAutoPtr.hpp.
| Type* XalanMemMgrAutoPtr< Type >::operator-> | ( | ) | const [inline] |
Definition at line 156 of file XalanMemMgrAutoPtr.hpp.
| XalanMemMgrAutoPtr<Type>& XalanMemMgrAutoPtr< Type >::operator= | ( | XalanMemMgrAutoPtr< Type > & | theRHS | ) | [inline] |
Definition at line 132 of file XalanMemMgrAutoPtr.hpp.
| MemMgrAutoPtrData XalanMemMgrAutoPtr< Type >::release | ( | ) | [inline] |
Definition at line 180 of file XalanMemMgrAutoPtr.hpp.
| Type* XalanMemMgrAutoPtr< Type >::releasePtr | ( | ) | [inline] |
Definition at line 190 of file XalanMemMgrAutoPtr.hpp.
| void XalanMemMgrAutoPtr< Type >::reset | ( | MemoryManager * | theManager = 0, |
|
| Type * | thePointer = 0 | |||
| ) | [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 |
|
|