typedef size_t XalanAllocator< Type >::size_type |
typedef ptrdiff_t XalanAllocator< Type >::difference_type |
typedef Type* XalanAllocator< Type >::pointer |
typedef const Type* XalanAllocator< Type >::const_pointer |
typedef Type& XalanAllocator< Type >::reference |
typedef const Type& XalanAllocator< Type >::const_reference |
typedef Type XalanAllocator< Type >::value_type |
XalanAllocator< Type >::XalanAllocator | ( | MemoryManagerType & | theManager | ) |
XalanAllocator< Type >::~XalanAllocator | ( | ) |
MemoryManagerType& XalanAllocator< Type >::getMemoryManager | ( | ) |
pointer XalanAllocator< Type >::address | ( | reference | x | ) | const |
const_pointer XalanAllocator< Type >::address | ( | const_reference | x | ) | const |
pointer XalanAllocator< Type >::allocate | ( | size_type | size, | |
const void * | = 0 | |||
) |
void XalanAllocator< Type >::deallocate | ( | pointer | p, | |
size_type | ||||
) |
size_type XalanAllocator< Type >::max_size | ( | ) | const |
void XalanAllocator< Type >::construct | ( | pointer | p, | |
const Type & | val | |||
) |
void XalanAllocator< Type >::destroy | ( | pointer | p | ) |
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|