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) 183 operator[](std::size_t index)
const 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)
XalanArrayAutoPtr(const XalanArrayAutoPtr< Type > &theSource)
XalanAutoPtr< Type > & operator=(XalanAutoPtr< Type > &theRHS)
XalanAutoPtr(Type *thePointer=0)
Type & operator[](size_t index) const
Type * operator->() const
void reset(Type *thePointer=0)
XalanAutoPtr(const XalanAutoPtr< Type > &theSource)
void reset(Type *thePointer=0)