#include <XalanAllocator.hpp>
Definition at line 33 of file XalanAllocator.hpp.
typedef const Type* XalanAllocator< Type >::const_pointer |
Definition at line 39 of file XalanAllocator.hpp.
typedef const Type& XalanAllocator< Type >::const_reference |
Definition at line 41 of file XalanAllocator.hpp.
typedef ptrdiff_t XalanAllocator< Type >::difference_type |
Definition at line 37 of file XalanAllocator.hpp.
typedef Type* XalanAllocator< Type >::pointer |
Definition at line 38 of file XalanAllocator.hpp.
typedef Type& XalanAllocator< Type >::reference |
Definition at line 40 of file XalanAllocator.hpp.
typedef size_t XalanAllocator< Type >::size_type |
Definition at line 36 of file XalanAllocator.hpp.
typedef Type XalanAllocator< Type >::value_type |
Definition at line 42 of file XalanAllocator.hpp.
XalanAllocator< Type >::XalanAllocator | ( | MemoryManager & | theManager | ) | [inline] |
Definition at line 45 of file XalanAllocator.hpp.
XalanAllocator< Type >::~XalanAllocator | ( | ) | [inline] |
Definition at line 51 of file XalanAllocator.hpp.
pointer XalanAllocator< Type >::address | ( | reference | x | ) | const [inline] |
Definition at line 62 of file XalanAllocator.hpp.
const_pointer XalanAllocator< Type >::address | ( | const_reference | x | ) | const [inline] |
Definition at line 68 of file XalanAllocator.hpp.
pointer XalanAllocator< Type >::allocate | ( | size_type | size, | |
const void * | = 0 | |||
) | [inline] |
Definition at line 74 of file XalanAllocator.hpp.
void XalanAllocator< Type >::construct | ( | pointer | p, | |
const Type & | val | |||
) | [inline] |
Definition at line 101 of file XalanAllocator.hpp.
void XalanAllocator< Type >::deallocate | ( | pointer | p, | |
size_type | ||||
) | [inline] |
Definition at line 82 of file XalanAllocator.hpp.
void XalanAllocator< Type >::destroy | ( | pointer | p | ) | [inline] |
Definition at line 109 of file XalanAllocator.hpp.
MemoryManager& XalanAllocator< Type >::getMemoryManager | ( | ) | [inline] |
Definition at line 56 of file XalanAllocator.hpp.
size_type XalanAllocator< Type >::max_size | ( | ) | const [inline] |
Definition at line 95 of file XalanAllocator.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|