Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


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

#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[] (size_t index) const
 
Type * get () const
 
Type * release ()
 
void reset (Type *thePointer=0)
 

Detailed Description

template<class Type>
class XalanArrayAutoPtr< Type >

Definition at line 132 of file XalanAutoPtr.hpp.

Constructor & Destructor Documentation

◆ XalanArrayAutoPtr() [1/2]

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

Definition at line 136 of file XalanAutoPtr.hpp.

◆ XalanArrayAutoPtr() [2/2]

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

Definition at line 141 of file XalanAutoPtr.hpp.

◆ ~XalanArrayAutoPtr()

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

Definition at line 166 of file XalanAutoPtr.hpp.

Member Function Documentation

◆ get()

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

Definition at line 192 of file XalanAutoPtr.hpp.

◆ operator*()

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

Definition at line 176 of file XalanAutoPtr.hpp.

◆ operator=()

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

Definition at line 147 of file XalanAutoPtr.hpp.

◆ operator[]()

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

Definition at line 185 of file XalanAutoPtr.hpp.

◆ release()

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

Definition at line 198 of file XalanAutoPtr.hpp.

◆ reset()

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

Definition at line 208 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