Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Public Member Functions | List of all members
XalanAutoPtr< Type > Class Template Reference

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)
 

Constructor & Destructor Documentation

template<class Type>
XalanAutoPtr< Type >::XalanAutoPtr ( Type *  thePointer = 0)
template<class Type>
XalanAutoPtr< Type >::XalanAutoPtr ( const XalanAutoPtr< Type > &  theSource)
template<class Type>
XalanAutoPtr< Type >::~XalanAutoPtr ( )

Member Function Documentation

template<class Type>
Type* XalanAutoPtr< Type >::get ( ) const
template<class Type>
Type& XalanAutoPtr< Type >::operator* ( ) const
template<class Type>
Type* XalanAutoPtr< Type >::operator-> ( ) const
template<class Type>
XalanAutoPtr<Type>& XalanAutoPtr< Type >::operator= ( XalanAutoPtr< Type > &  theRHS)
template<class Type>
Type* XalanAutoPtr< Type >::release ( )
template<class Type>
void XalanAutoPtr< Type >::reset ( 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