Public Member Functions | |
XalanAutoPtr (Type *thePointer=0) | |
XalanAutoPtr (const XalanAutoPtr< Type > &theSource) | |
XalanAutoPtr< Type > & | operator= (XalanAutoPtr< Type > &theRHS) |
~XalanAutoPtr () | |
Type & | operator* () const |
Type * | operator-> () const |
Type * | get () const |
Type * | release () |
void | reset (Type *thePointer=0) |
XalanAutoPtr< Type >::XalanAutoPtr | ( | Type * | thePointer = 0 ) |
XalanAutoPtr< Type >::XalanAutoPtr | ( | const XalanAutoPtr< Type > & | theSource) |
XalanAutoPtr< Type >::~XalanAutoPtr | ( | ) |
Type* XalanAutoPtr< Type >::get | ( | ) | const |
Type& XalanAutoPtr< Type >::operator* | ( | ) | const |
Type* XalanAutoPtr< Type >::operator-> | ( | ) | const |
XalanAutoPtr<Type>& XalanAutoPtr< Type >::operator= | ( | XalanAutoPtr< Type > & | theRHS) |
Type* XalanAutoPtr< Type >::release | ( | ) |
void XalanAutoPtr< Type >::reset | ( | 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 |
|