Xalan-C++ API Reference 1.12.0
xalanc::XalanArrayAutoPtr< Type > Class Template Reference

#include <xalanc/Include/XalanAutoPtr.hpp>

Public Member Functions

 XalanArrayAutoPtr (Type *thePointer=0)
 
 XalanArrayAutoPtr (const XalanArrayAutoPtr< Type > &theSource)
 
XalanArrayAutoPtr< Type > & operator= (XalanArrayAutoPtr< Type > &theRHS)
 
 ~XalanArrayAutoPtr ()
 
Type & operator* () const
 
Type & operator[] (std::size_t index) const
 
Type * get () const
 
Type * release ()
 
void reset (Type *thePointer=0)
 

Detailed Description

template<class Type>
class xalanc::XalanArrayAutoPtr< Type >

Definition at line 132 of file XalanAutoPtr.hpp.

Constructor & Destructor Documentation

◆ XalanArrayAutoPtr() [1/2]

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

Definition at line 136 of file XalanAutoPtr.hpp.

Referenced by operator=(), and XalanArrayAutoPtr().

◆ XalanArrayAutoPtr() [2/2]

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

Definition at line 141 of file XalanAutoPtr.hpp.

References release(), and XalanArrayAutoPtr().

◆ ~XalanArrayAutoPtr()

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

Definition at line 166 of file XalanAutoPtr.hpp.

Member Function Documentation

◆ get()

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

Definition at line 188 of file XalanAutoPtr.hpp.

◆ operator*()

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

Definition at line 176 of file XalanAutoPtr.hpp.

◆ operator=()

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

Definition at line 147 of file XalanAutoPtr.hpp.

References release(), and XalanArrayAutoPtr().

◆ operator[]()

template<class Type>
Type & xalanc::XalanArrayAutoPtr< Type >::operator[] ( std::size_t index) const
inline

Definition at line 182 of file XalanAutoPtr.hpp.

◆ release()

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

Definition at line 194 of file XalanAutoPtr.hpp.

Referenced by operator=(), and XalanArrayAutoPtr().

◆ reset()

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

Definition at line 204 of file XalanAutoPtr.hpp.


The documentation for this class was generated from the following file: