#include <XalanMemMgrAutoPtr.hpp>
Definition at line 227 of file XalanMemMgrAutoPtr.hpp.
XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::MemMgrAutoPtrArrayData | ( | ) | [inline] |
Definition at line 231 of file XalanMemMgrAutoPtr.hpp.
XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::MemMgrAutoPtrArrayData | ( | MemoryManager * | memoryManager, | |
Type * | dataPointer, | |||
size_type | size | |||
) | [inline] |
Definition at line 238 of file XalanMemMgrAutoPtr.hpp.
void XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::deallocate | ( | ) | [inline] |
Definition at line 256 of file XalanMemMgrAutoPtr.hpp.
bool XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::isInitilized | ( | ) | const [inline] |
Definition at line 250 of file XalanMemMgrAutoPtr.hpp.
void XalanMemMgrAutoPtrArray< Type >::MemMgrAutoPtrArrayData::reset | ( | MemoryManager * | theMemoryManager, | |
Type * | thePointer, | |||
size_type | size | |||
) | [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 |
|