#include <XalanMemMgrAutoPtr.hpp>
Public Member Functions | |
| MemMgrAutoPtrArrayData () | |
| MemMgrAutoPtrArrayData (MemoryManager *memoryManager, Type *dataPointer, size_type size) | |
| bool | isInitilized () const |
| void | deallocate () |
| void | reset (MemoryManager *theMemoryManager, Type *thePointer, size_type size) |
Public Attributes | |
| MemoryManager * | m_memoryManager |
| Type * | m_dataArray |
| size_type | m_size |
Definition at line 227 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 231 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 238 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 256 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 250 of file XalanMemMgrAutoPtr.hpp.
|
inline |
Definition at line 274 of file XalanMemMgrAutoPtr.hpp.
| Type* XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::m_dataArray |
Definition at line 292 of file XalanMemMgrAutoPtr.hpp.
| MemoryManager* XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::m_memoryManager |
Definition at line 290 of file XalanMemMgrAutoPtr.hpp.
| size_type XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::m_size |
Definition at line 294 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 |
|
|