Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


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

#include <XalanAutoPtr.hpp>

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)
 

Detailed Description

template<class Type>
class XalanAutoPtr< Type >

Definition at line 40 of file XalanAutoPtr.hpp.

Constructor & Destructor Documentation

◆ XalanAutoPtr() [1/2]

template<class Type>
XalanAutoPtr< Type >::XalanAutoPtr ( Type *  thePointer = 0)
inline

Definition at line 44 of file XalanAutoPtr.hpp.

◆ XalanAutoPtr() [2/2]

template<class Type>
XalanAutoPtr< Type >::XalanAutoPtr ( const XalanAutoPtr< Type > &  theSource)
inline

Definition at line 49 of file XalanAutoPtr.hpp.

◆ ~XalanAutoPtr()

template<class Type>
XalanAutoPtr< Type >::~XalanAutoPtr ( )
inline

Definition at line 74 of file XalanAutoPtr.hpp.

Member Function Documentation

◆ get()

template<class Type>
Type* XalanAutoPtr< Type >::get ( ) const
inline

Definition at line 96 of file XalanAutoPtr.hpp.

◆ operator*()

template<class Type>
Type& XalanAutoPtr< Type >::operator* ( ) const
inline

Definition at line 84 of file XalanAutoPtr.hpp.

◆ operator->()

template<class Type>
Type* XalanAutoPtr< Type >::operator-> ( ) const
inline

Definition at line 90 of file XalanAutoPtr.hpp.

◆ operator=()

template<class Type>
XalanAutoPtr<Type>& XalanAutoPtr< Type >::operator= ( XalanAutoPtr< Type > &  theRHS)
inline

Definition at line 55 of file XalanAutoPtr.hpp.

◆ release()

template<class Type>
Type* XalanAutoPtr< Type >::release ( )
inline

Definition at line 102 of file XalanAutoPtr.hpp.

◆ reset()

template<class Type>
void XalanAutoPtr< Type >::reset ( Type *  thePointer = 0)
inline

Definition at line 112 of file XalanAutoPtr.hpp.


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.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo