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