Xalan implementation of a doubly linked list. More...
Xalan implementation of a doubly linked list.
typedef XalanListIteratorBase<XalanListConstIteratorTraits<value_type>, Node> XalanList< Type >::const_iterator |
typedef const value_type* XalanList< Type >::const_pointer |
typedef const value_type& XalanList< Type >::const_reference |
typedef const_reverse_iterator_ XalanList< Type >::const_reverse_iterator |
typedef XALAN_STD_QUALIFIER reverse_iterator<const_iterator, value_type, const_reference> XalanList< Type >::const_reverse_iterator_ |
typedef MemoryManagedConstructionTraits<value_type>::Constructor XalanList< Type >::Constructor |
typedef XalanListIteratorBase<XalanListIteratorTraits<value_type>, Node> XalanList< Type >::iterator |
typedef value_type* XalanList< Type >::pointer |
typedef value_type& XalanList< Type >::reference |
typedef reverse_iterator_ XalanList< Type >::reverse_iterator |
typedef XALAN_STD_QUALIFIER reverse_iterator<iterator, value_type> XalanList< Type >::reverse_iterator_ |
typedef XalanList<value_type> XalanList< Type >::ThisType |
typedef Type XalanList< Type >::value_type |
XalanList< Type >::XalanList | ( | MemoryManagerType & | theManager | ) |
const_iterator XalanList< Type >::begin | ( | ) | const |
void XalanList< Type >::clear | ( | ) |
Node& XalanList< Type >::constructNode | ( | const value_type & | data, |
iterator | pos | ||
) | [protected] |
bool XalanList< Type >::empty | ( | ) | const |
const_iterator XalanList< Type >::end | ( | ) | const |
const MemoryManagerType& XalanList< Type >::getMemoryManager | ( | ) | const |
MemoryManagerType& XalanList< Type >::getMemoryManager | ( | ) |
iterator XalanList< Type >::insert | ( | const iterator & | pos, |
const value_type & | value | ||
) |
void XalanList< Type >::pop_back | ( | ) |
void XalanList< Type >::pop_front | ( | ) |
void XalanList< Type >::push_back | ( | const value_type & | data | ) |
void XalanList< Type >::push_front | ( | const value_type & | data | ) |
const_reverse_iterator XalanList< Type >::rbegin | ( | ) | const |
reverse_iterator XalanList< Type >::rbegin | ( | ) |
reverse_iterator XalanList< Type >::rend | ( | ) |
const_reverse_iterator XalanList< Type >::rend | ( | ) | const |
void XalanList< Type >::splice | ( | iterator | pos, |
ThisType & | list, | ||
iterator | toInsert | ||
) |
void XalanList< Type >::splice | ( | iterator | pos, |
ThisType & | list, | ||
iterator | toInsertFirst, | ||
iterator | toInsertLast | ||
) |
Node* XalanList< Type >::m_freeListHeadPtr [protected] |
Node* XalanList< Type >::m_listHead [protected] |
MemoryManagerType* XalanList< Type >::m_memoryManager [protected] |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|