Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XALANAUTOPTR_HEADER_GUARD_1357924680)
19 #define XALANAUTOPTR_HEADER_GUARD_1357924680
32 XALAN_CPP_NAMESPACE_BEGIN
104 Type*
const temp = m_pointer;
120 m_pointer = thePointer;
137 m_pointer(thePointer)
182 #if defined(XALAN_STRICT_ANSI_HEADERS)
188 return m_pointer[index];
200 Type*
const temp = m_pointer;
216 m_pointer = thePointer;
226 XALAN_CPP_NAMESPACE_END
230 #endif // if !defined(XALANAUTOPTR_HEADER_GUARD_1357924680)
XalanArrayAutoPtr< Type > & operator=(XalanArrayAutoPtr< Type > &theRHS)
XalanArrayAutoPtr(Type *thePointer=0)
Type * operator->() const
XalanArrayAutoPtr(const XalanArrayAutoPtr< Type > &theSource)
void reset(Type *thePointer=0)
XalanAutoPtr< Type > & operator=(XalanAutoPtr< Type > &theRHS)
XalanAutoPtr(Type *thePointer=0)
Type & operator[](size_t index) const
void reset(Type *thePointer=0)
XalanAutoPtr(const XalanAutoPtr< Type > &theSource)
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.
|
|