| typedef const Type* XalanAllocator< Type >::const_pointer |
| typedef const Type& XalanAllocator< Type >::const_reference |
| typedef ptrdiff_t XalanAllocator< Type >::difference_type |
| typedef Type* XalanAllocator< Type >::pointer |
| typedef Type& XalanAllocator< Type >::reference |
| typedef size_t XalanAllocator< Type >::size_type |
| typedef Type XalanAllocator< Type >::value_type |
| XalanAllocator< Type >::XalanAllocator | ( | MemoryManagerType & | theManager | ) |
| XalanAllocator< Type >::~XalanAllocator | ( | ) |
| 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 >::construct | ( | pointer | p, |
| const Type & | val | ||
| ) |
| void XalanAllocator< Type >::deallocate | ( | pointer | p, |
| size_type | |||
| ) |
| void XalanAllocator< Type >::destroy | ( | pointer | p | ) |
| MemoryManagerType& XalanAllocator< Type >::getMemoryManager | ( | ) |
| size_type XalanAllocator< Type >::max_size | ( | ) | const |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.10 |
|
|