Xalan-C++ API Reference  1.12.0
Public Member Functions | List of all members
xalanc::XalanAutoPtr< Type > Class Template Reference

#include <xalanc/Include/XalanAutoPtr.hpp>

Inheritance diagram for xalanc::XalanAutoPtr< Type >:
[legend]

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 xalanc::XalanAutoPtr< Type >

Definition at line 40 of file XalanAutoPtr.hpp.

Constructor & Destructor Documentation

◆ XalanAutoPtr() [1/2]

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

Definition at line 44 of file XalanAutoPtr.hpp.

◆ XalanAutoPtr() [2/2]

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

Definition at line 49 of file XalanAutoPtr.hpp.

◆ ~XalanAutoPtr()

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

Definition at line 74 of file XalanAutoPtr.hpp.

Member Function Documentation

◆ get()

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

Definition at line 96 of file XalanAutoPtr.hpp.

◆ operator*()

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

Definition at line 84 of file XalanAutoPtr.hpp.

◆ operator->()

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

Definition at line 90 of file XalanAutoPtr.hpp.

◆ operator=()

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

Definition at line 55 of file XalanAutoPtr.hpp.

◆ release()

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

◆ reset()

template<class Type >
void xalanc::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: