Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.10
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XalanAutoPtr Class Template Reference
#include <XalanAutoPtr.hpp>
Collaboration diagram for XalanAutoPtr:
[legend]List of all members.Public Methods
template<class Type> class XalanAutoPtr
Constructor & Destructor Documentation
template<class Type> |
XalanAutoPtr<Type>::XalanAutoPtr<Type> (
|
Type * thePointer = 0 )
|
|
template<class Type> |
XalanAutoPtr<Type>::XalanAutoPtr<Type> (
|
const XalanAutoPtr< Type > & theSource )
|
|
template<class Type> |
XalanAutoPtr<Type>::~XalanAutoPtr<Type> (
|
)
|
|
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=<Type> (
|
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.
Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.
|
|