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 |
typedef size_t XalanMemMgrAutoPtrArray< Type >::size_type |
XalanMemMgrAutoPtrArray< Type >::XalanMemMgrAutoPtrArray | ( | MemoryManager & | theManager, |
Type * | ptr, | ||
size_type | size | ||
) |
XalanMemMgrAutoPtrArray< Type >::XalanMemMgrAutoPtrArray | ( | ) |
XalanMemMgrAutoPtrArray< Type >::XalanMemMgrAutoPtrArray | ( | const XalanMemMgrAutoPtrArray< Type > & | theSource | ) |
XalanMemMgrAutoPtrArray< Type >::~XalanMemMgrAutoPtrArray | ( | ) |
Type* XalanMemMgrAutoPtrArray< Type >::get | ( | ) | const |
MemoryManager* XalanMemMgrAutoPtrArray< Type >::getMemoryManager | ( | ) |
const MemoryManager* XalanMemMgrAutoPtrArray< Type >::getMemoryManager | ( | ) | const |
size_type XalanMemMgrAutoPtrArray< Type >::getSize | ( | ) | const |
Type& XalanMemMgrAutoPtrArray< Type >::operator* | ( | ) | const |
XalanMemMgrAutoPtrArray<Type>& XalanMemMgrAutoPtrArray< Type >::operator++ | ( | ) |
Type* XalanMemMgrAutoPtrArray< Type >::operator-> | ( | ) | const |
XalanMemMgrAutoPtrArray<Type>& XalanMemMgrAutoPtrArray< Type >::operator= | ( | XalanMemMgrAutoPtrArray< Type > & | theRHS | ) |
Type& XalanMemMgrAutoPtrArray< Type >::operator[] | ( | size_type | index | ) | const |
MemMgrAutoPtrArrayData XalanMemMgrAutoPtrArray< Type >::release | ( | ) |
Type* XalanMemMgrAutoPtrArray< Type >::releasePtr | ( | ) |
void XalanMemMgrAutoPtrArray< Type >::reset | ( | MemoryManager * | theManager = 0 , |
Type * | thePointer = 0 , |
||
size_type | size = 0 |
||
) |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|