|
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XALANAUTOPTR_HEADER_GUARD_1357924680)
19 #define XALANAUTOPTR_HEADER_GUARD_1357924680
50 m_pointer(const_cast<
XalanAutoPtr<Type>&>(theSource).release())
104 Type*
const temp = m_pointer;
120 m_pointer = thePointer;
137 m_pointer(thePointer)
184 return m_pointer[index];
196 Type*
const temp = m_pointer;
212 m_pointer = thePointer;
226 #endif // if !defined(XALANAUTOPTR_HEADER_GUARD_1357924680)
XalanArrayAutoPtr(Type *thePointer=0)
XalanAutoPtr(Type *thePointer=0)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
Type & operator[](std::size_t index) const
XalanArrayAutoPtr< Type > & operator=(XalanArrayAutoPtr< Type > &theRHS)
Type * operator->() const
void reset(Type *thePointer=0)
XalanAutoPtr(const XalanAutoPtr< Type > &theSource)
void reset(Type *thePointer=0)
XalanArrayAutoPtr(const XalanArrayAutoPtr< Type > &theSource)
XalanAutoPtr< Type > & operator=(XalanAutoPtr< Type > &theRHS)