#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 |
Definition at line 217 of file XalanMemMgrAutoPtr.hpp.
typedef size_t XalanMemMgrAutoPtrArray< Type >::size_type |
Definition at line 224 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 307 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 318 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 323 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 341 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 359 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 371 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 377 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 365 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 347 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 383 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 353 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 329 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 433 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 404 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 414 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 422 of file XalanMemMgrAutoPtr.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|