Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Classes | Public Types | Public Member Functions | List of all members
XalanMemMgrAutoPtrArray< Type > Class Template Reference

#include <XalanMemMgrAutoPtr.hpp>

Classes

class  MemMgrAutoPtrArrayData
 

Public Types

typedef size_t size_type
 

Public Member Functions

 XalanMemMgrAutoPtrArray (MemoryManager &theManager, Type *ptr, size_type size)
 
 XalanMemMgrAutoPtrArray ()
 
 XalanMemMgrAutoPtrArray (const XalanMemMgrAutoPtrArray< Type > &theSource)
 
XalanMemMgrAutoPtrArray< Type > & operator= (XalanMemMgrAutoPtrArray< Type > &theRHS)
 
 ~XalanMemMgrAutoPtrArray ()
 
Type & operator* () const
 
Type * operator-> () const
 
Type * get () const
 
size_type getSize () const
 
MemoryManager * getMemoryManager ()
 
const MemoryManager * getMemoryManager () const
 
XalanMemMgrAutoPtrArray< Type > & operator++ ()
 
MemMgrAutoPtrArrayData release ()
 
Type * releasePtr ()
 
void reset (MemoryManager *theManager=0, Type *thePointer=0, size_type size=0)
 
Type & operator[] (size_type index) const
 

Detailed Description

template<class Type>
class XalanMemMgrAutoPtrArray< Type >

Definition at line 217 of file XalanMemMgrAutoPtr.hpp.

Member Typedef Documentation

◆ size_type

template<class Type>
typedef size_t XalanMemMgrAutoPtrArray< Type >::size_type

Definition at line 224 of file XalanMemMgrAutoPtr.hpp.

Constructor & Destructor Documentation

◆ XalanMemMgrAutoPtrArray() [1/3]

template<class Type>
XalanMemMgrAutoPtrArray< Type >::XalanMemMgrAutoPtrArray ( MemoryManager &  theManager,
Type *  ptr,
size_type  size 
)
inline

Definition at line 307 of file XalanMemMgrAutoPtr.hpp.

◆ XalanMemMgrAutoPtrArray() [2/3]

template<class Type>
XalanMemMgrAutoPtrArray< Type >::XalanMemMgrAutoPtrArray ( )
inline

Definition at line 318 of file XalanMemMgrAutoPtr.hpp.

◆ XalanMemMgrAutoPtrArray() [3/3]

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

Definition at line 323 of file XalanMemMgrAutoPtr.hpp.

◆ ~XalanMemMgrAutoPtrArray()

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

Definition at line 341 of file XalanMemMgrAutoPtr.hpp.

Member Function Documentation

◆ get()

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

Definition at line 359 of file XalanMemMgrAutoPtr.hpp.

◆ getMemoryManager() [1/2]

template<class Type>
MemoryManager* XalanMemMgrAutoPtrArray< Type >::getMemoryManager ( )
inline

Definition at line 371 of file XalanMemMgrAutoPtr.hpp.

◆ getMemoryManager() [2/2]

template<class Type>
const MemoryManager* XalanMemMgrAutoPtrArray< Type >::getMemoryManager ( ) const
inline

Definition at line 377 of file XalanMemMgrAutoPtr.hpp.

◆ getSize()

template<class Type>
size_type XalanMemMgrAutoPtrArray< Type >::getSize ( ) const
inline

Definition at line 365 of file XalanMemMgrAutoPtr.hpp.

◆ operator*()

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

Definition at line 347 of file XalanMemMgrAutoPtr.hpp.

◆ operator++()

template<class Type>
XalanMemMgrAutoPtrArray<Type>& XalanMemMgrAutoPtrArray< Type >::operator++ ( )
inline

Definition at line 383 of file XalanMemMgrAutoPtr.hpp.

◆ operator->()

template<class Type>
Type* XalanMemMgrAutoPtrArray< Type >::operator-> ( ) const
inline

Definition at line 353 of file XalanMemMgrAutoPtr.hpp.

◆ operator=()

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

Definition at line 329 of file XalanMemMgrAutoPtr.hpp.

◆ operator[]()

template<class Type>
Type& XalanMemMgrAutoPtrArray< Type >::operator[] ( size_type  index) const
inline

Definition at line 433 of file XalanMemMgrAutoPtr.hpp.

◆ release()

template<class Type>
MemMgrAutoPtrArrayData XalanMemMgrAutoPtrArray< Type >::release ( )
inline

Definition at line 404 of file XalanMemMgrAutoPtr.hpp.

◆ releasePtr()

template<class Type>
Type* XalanMemMgrAutoPtrArray< Type >::releasePtr ( )
inline

Definition at line 414 of file XalanMemMgrAutoPtr.hpp.

◆ reset()

template<class Type>
void XalanMemMgrAutoPtrArray< Type >::reset ( MemoryManager *  theManager = 0,
Type *  thePointer = 0,
size_type  size = 0 
)
inline

Definition at line 422 of file XalanMemMgrAutoPtr.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