Public Types | |
| typedef size_t | size_type |
| typedef ptrdiff_t | difference_type |
| typedef Type * | pointer |
| typedef const Type * | const_pointer |
| typedef Type & | reference |
| typedef const Type & | const_reference |
| typedef Type | value_type |
Public Member Functions | |
| XalanAllocator (MemoryManagerType &theManager) | |
| ~XalanAllocator () | |
| MemoryManagerType & | getMemoryManager () |
| pointer | address (reference x) const |
| const_pointer | address (const_reference x) const |
| pointer | allocate (size_type size, const void *=0) |
| void | deallocate (pointer p, size_type) |
| size_type | max_size () const |
| void | construct (pointer p, const Type &val) |
| void | destroy (pointer p) |
| 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 |
|
|