list< _Tp, _Alloc > Class Template Reference#include <_list.h>
Inheritance diagram for list< _Tp, _Alloc >: ![]() Detailed Descriptiontemplate<class _Tp, class _Alloc>
|
typedef _Tp list< _Tp, _Alloc >::value_type |
typedef value_type* list< _Tp, _Alloc >::pointer |
typedef const value_type* list< _Tp, _Alloc >::const_pointer |
typedef value_type& list< _Tp, _Alloc >::reference |
typedef const value_type& list< _Tp, _Alloc >::const_reference |
typedef ptrdiff_t list< _Tp, _Alloc >::difference_type |
typedef _Base::allocator_type list< _Tp, _Alloc >::allocator_type |
typedef bidirectional_iterator_tag list< _Tp, _Alloc >::_Iterator_category |
typedef _STLP_PRIV _List_iterator<_Tp, _Nonconst_traits<_Tp> > list< _Tp, _Alloc >::iterator |
typedef _STLP_PRIV _List_iterator<_Tp, _Const_traits<_Tp> > list< _Tp, _Alloc >::const_iterator |
typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Nonconst_traits<value_type> > > list< _Tp, _Alloc >::iterator |
typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > list< _Tp, _Alloc >::const_iterator |
typedef _Tp list< _Tp, _Alloc >::value_type |
typedef value_type* list< _Tp, _Alloc >::pointer |
typedef const value_type* list< _Tp, _Alloc >::const_pointer |
typedef value_type& list< _Tp, _Alloc >::reference |
typedef const value_type& list< _Tp, _Alloc >::const_reference |
typedef ptrdiff_t list< _Tp, _Alloc >::difference_type |
typedef _Alloc_traits<value_type, _Alloc>::allocator_type list< _Tp, _Alloc >::allocator_type |
typedef bidirectional_iterator_tag list< _Tp, _Alloc >::_Iterator_category |
typedef _STLP_PRIV _List_iterator<value_type, _Nonconst_traits<value_type> > list< _Tp, _Alloc >::iterator |
typedef _STLP_PRIV _List_iterator<value_type, _Const_traits<value_type> > list< _Tp, _Alloc >::const_iterator |
list< _Tp, _Alloc >::list | ( | size_type | __n, | |
const_reference | __val = _STLP_DEFAULT_CONSTRUCTED(value_type) , |
|||
const allocator_type & | __a = allocator_type() | |||
) | [inline, explicit] |
Definition at line 303 of file _list.h.
References _STLP_DEFAULT_CONSTRUCTED, list< _Tp, _Alloc >::begin(), and list< _Tp, _Alloc >::insert().
Referenced by list< _Tp, _Alloc >::list().
list< _Tp, _Alloc >::list | ( | const value_type * | __first, | |
const value_type * | __last, | |||
const allocator_type & | __a = allocator_type() | |||
) | [inline] |
list< _Tp, _Alloc >::list | ( | const_iterator | __first, | |
const_iterator | __last, | |||
const allocator_type & | __a = allocator_type() | |||
) | [inline] |
list< _Tp, _Alloc >::list | ( | const allocator_type & | __a = allocator_type() |
) | [inline, explicit] |
Definition at line 352 of file _list.h.
References list< _Tp, _Alloc >::begin(), and list< _Tp, _Alloc >::end().
list< _Tp, _Alloc >::list | ( | __move_source< _Self > | src | ) | [inline] |
list< _Tp, _Alloc >::list | ( | const allocator_type & | __a = allocator_type() |
) | [inline, explicit] |
list< _Tp, _Alloc >::list | ( | size_type | __n, | |
const _Tp & | __x = _Tp() , |
|||
const allocator_type & | __a = allocator_type() | |||
) | [inline, explicit] |
__a | _STLP_DONT_SUP_DFLT_PARAM |
Definition at line 95 of file _list.h.
References list< _Tp, _Alloc >::list().
list< _Tp, _Alloc >::list | ( | __move_source< _Self > | src | ) | [inline] |
Definition at line 107 of file _list.h.
References list< _Tp, _Alloc >::_M_iter_list, and __move_source< _Tp >::get().
list< _Tp, _Alloc >::list | ( | const value_type * | __first, | |
const value_type * | __last, | |||
const allocator_type & | __a = allocator_type() | |||
) | [inline] |
list< _Tp, _Alloc >::list | ( | const_iterator | __first, | |
const_iterator | __last, | |||
const allocator_type & | __a = allocator_type() | |||
) | [inline] |
list< _Tp, _Alloc >::list | ( | const allocator_type & | __a = allocator_type() |
) | [inline, explicit] |
list< _Tp, _Alloc >::list | ( | size_type | __n, | |
const value_type & | __val = _STLP_DEFAULT_CONSTRUCTED(value_type) , |
|||
const allocator_type & | __a = allocator_type() | |||
) | [inline, explicit] |
Definition at line 96 of file _list.h.
References __last, _STLP_ALLOCATOR_TYPE_DFL, _STLP_CONVERT_ALLOCATOR, _STLP_MEMBER_TEMPLATES, list< _Tp, _Alloc >::begin(), list< _Tp, _Alloc >::insert(), and list< _Tp, _Alloc >::list().
list< _Tp, _Alloc >::list | ( | const value_type * | __first, | |
const value_type * | __last, | |||
const allocator_type & | __a = allocator_type() | |||
) | [inline] |
list< _Tp, _Alloc >::list | ( | const_iterator | __first, | |
const_iterator | __last, | |||
const allocator_type & | __a = allocator_type() | |||
) | [inline] |
list< _Tp, _Alloc >::list | ( | __move_source< _Self > | src | ) | [inline] |
_Node_base* list< _Tp, _Alloc >::_M_create_node | ( | const_reference | __x = value_type() |
) | [inline, protected] |
Definition at line 278 of file _list.h.
References _Construct(), _Copy_Construct(), _STLP_TRY, and _STLP_UNWIND.
Definition at line 362 of file _list.h.
Referenced by _S_merge(), _S_remove_if(), _S_sort(), _S_unique(), list< _Tp, _Alloc >::assign(), list< _Tp, _Alloc >::clear(), list< _Tp, _Alloc >::erase(), list< _Tp, _Alloc >::front(), list< _Tp, _Alloc >::list(), list< _Tp, _Alloc >::merge(), list< _Tp, _Alloc >::operator=(), operator==(), list< _Tp, _Alloc >::pop_front(), list< _Tp, _Alloc >::push_front(), list< _Tp, _Alloc >::remove(), list< _Tp, _Alloc >::rend(), list< _Tp, _Alloc >::size(), and list< _Tp, _Alloc >::splice().
const_iterator list< _Tp, _Alloc >::begin | ( | ) | const [inline] |
Definition at line 365 of file _list.h.
Referenced by _S_merge(), _S_remove_if(), _S_unique(), list< _Tp, _Alloc >::assign(), list< _Tp, _Alloc >::back(), list< _Tp, _Alloc >::clear(), list< _Tp, _Alloc >::erase(), list< _Tp, _Alloc >::list(), list< _Tp, _Alloc >::merge(), list< _Tp, _Alloc >::operator=(), operator==(), list< _Tp, _Alloc >::pop_back(), list< _Tp, _Alloc >::push_back(), list< _Tp, _Alloc >::rbegin(), list< _Tp, _Alloc >::remove(), list< _Tp, _Alloc >::resize(), list< _Tp, _Alloc >::size(), and list< _Tp, _Alloc >::splice().
const_iterator list< _Tp, _Alloc >::end | ( | ) | const [inline] |
reverse_iterator list< _Tp, _Alloc >::rbegin | ( | ) | [inline] |
Definition at line 368 of file _list.h.
References list< _Tp, _Alloc >::end(), and reverse_iterator.
const_reverse_iterator list< _Tp, _Alloc >::rbegin | ( | ) | const [inline] |
reverse_iterator list< _Tp, _Alloc >::rend | ( | ) | [inline] |
Definition at line 371 of file _list.h.
References list< _Tp, _Alloc >::begin(), and reverse_iterator.
const_reverse_iterator list< _Tp, _Alloc >::rend | ( | ) | const [inline] |
Definition at line 374 of file _list.h.
References list< _Tp, _Alloc >::begin(), distance(), and list< _Tp, _Alloc >::end().
const_reference list< _Tp, _Alloc >::front | ( | ) | const [inline] |
const_reference list< _Tp, _Alloc >::back | ( | ) | const [inline] |
Definition at line 396 of file _list.h.
References list< _Tp, _Alloc >::_M_swap_aux(), list< _Tp, _Alloc >::empty(), and swap.
Referenced by _S_sort().
iterator list< _Tp, _Alloc >::insert | ( | iterator | __pos, | |
const_reference | __x = value_type() | |||
) | [inline] |
Definition at line 412 of file _list.h.
References _List_node_base::_M_next, and _List_node_base::_M_prev.
Referenced by _S_merge(), list< _Tp, _Alloc >::assign(), list< _Tp, _Alloc >::insert(), list< _Tp, _Alloc >::list(), list< _Tp, _Alloc >::push_back(), list< _Tp, _Alloc >::push_front(), and list< _Tp, _Alloc >::splice().
void list< _Tp, _Alloc >::insert | ( | iterator | __pos, | |
const value_type * | __first, | |||
const value_type * | __last | |||
) | [inline] |
void list< _Tp, _Alloc >::insert | ( | iterator | __pos, | |
const_iterator | __first, | |||
const_iterator | __last | |||
) | [inline] |
void list< _Tp, _Alloc >::insert | ( | iterator | __pos, | |
size_type | __n, | |||
const_reference | __x | |||
) | [inline] |
void list< _Tp, _Alloc >::push_front | ( | const_reference | __x | ) | [inline] |
Definition at line 498 of file _list.h.
References list< _Tp, _Alloc >::begin(), and list< _Tp, _Alloc >::insert().
void list< _Tp, _Alloc >::push_back | ( | const_reference | __x | ) | [inline] |
Definition at line 499 of file _list.h.
References list< _Tp, _Alloc >::end(), and list< _Tp, _Alloc >::insert().
Definition at line 508 of file _list.h.
References __STATIC_CAST, and _Destroy().
Referenced by _S_remove_if(), _S_unique(), list< _Tp, _Alloc >::assign(), list< _Tp, _Alloc >::erase(), list< _Tp, _Alloc >::pop_back(), list< _Tp, _Alloc >::remove(), list< _Tp, _Alloc >::resize(), and list< _Tp, _Alloc >::splice().
void list< _Tp, _Alloc >::resize | ( | size_type | __new_size, | |
const_reference | __x = value_type() | |||
) |
Referenced by list< _Tp, _Alloc >::resize().
void list< _Tp, _Alloc >::pop_front | ( | ) | [inline] |
void list< _Tp, _Alloc >::pop_back | ( | ) | [inline] |
Definition at line 534 of file _list.h.
References list< _Tp, _Alloc >::end(), and list< _Tp, _Alloc >::erase().
void list< _Tp, _Alloc >::assign | ( | size_type | __n, | |
const_reference | __val | |||
) | [inline] |
Definition at line 545 of file _list.h.
References list< _Tp, _Alloc >::_M_fill_assign().
Referenced by list< _Tp, _Alloc >::resize().
void list< _Tp, _Alloc >::_M_fill_assign | ( | size_type | __n, | |
const_reference | __val | |||
) |
Referenced by list< _Tp, _Alloc >::assign().
void list< _Tp, _Alloc >::assign | ( | const value_type * | __first2, | |
const value_type * | __last2 | |||
) | [inline] |
Definition at line 566 of file _list.h.
References list< _Tp, _Alloc >::begin(), list< _Tp, _Alloc >::end(), list< _Tp, _Alloc >::erase(), and list< _Tp, _Alloc >::insert().
void list< _Tp, _Alloc >::assign | ( | const_iterator | __first2, | |
const_iterator | __last2 | |||
) | [inline] |
Definition at line 576 of file _list.h.
References list< _Tp, _Alloc >::begin(), list< _Tp, _Alloc >::end(), list< _Tp, _Alloc >::erase(), and list< _Tp, _Alloc >::insert().
void list< _Tp, _Alloc >::splice | ( | iterator | __pos, | |
_Self & | __x | |||
) | [inline] |
Definition at line 589 of file _list.h.
References _STLP_PRIV, _List_global< _Dummy >::_Transfer(), list< _Tp, _Alloc >::begin(), list< _Tp, _Alloc >::clear(), list< _Tp, _Alloc >::empty(), list< _Tp, _Alloc >::end(), list< _Tp, _Alloc >::get_allocator(), and list< _Tp, _Alloc >::insert().
Referenced by list< _Tp, _Alloc >::insert().
void list< _Tp, _Alloc >::splice | ( | iterator | __pos, | |
_Self & | __x, | |||
iterator | __i | |||
) | [inline] |
Definition at line 600 of file _list.h.
References _STLP_PRIV, _List_global< _Dummy >::_Transfer(), list< _Tp, _Alloc >::erase(), list< _Tp, _Alloc >::get_allocator(), and list< _Tp, _Alloc >::insert().
void list< _Tp, _Alloc >::splice | ( | iterator | __pos, | |
_Self & | __x, | |||
iterator | __first, | |||
iterator | __last | |||
) | [inline] |
Definition at line 612 of file _list.h.
References __last, _STLP_PRIV, _List_global< _Dummy >::_Transfer(), list< _Tp, _Alloc >::erase(), list< _Tp, _Alloc >::get_allocator(), and list< _Tp, _Alloc >::insert().
void list< _Tp, _Alloc >::remove | ( | const_reference | __val | ) | [inline] |
Definition at line 624 of file _list.h.
References __last, list< _Tp, _Alloc >::begin(), list< _Tp, _Alloc >::end(), and list< _Tp, _Alloc >::erase().
void list< _Tp, _Alloc >::unique | ( | ) | [inline] |
void list< _Tp, _Alloc >::reverse | ( | ) | [inline] |
void list< _Tp, _Alloc >::sort | ( | ) | [inline] |
_Self& list< _Tp, _Alloc >::operator= | ( | const _Self & | __x | ) | [inline] |
Definition at line 152 of file _list.h.
References list< _Tp, _Alloc >::_M_non_dbg_impl, list< _Tp, _Alloc >::begin(), and list< _Tp, _Alloc >::end().
allocator_type list< _Tp, _Alloc >::get_allocator | ( | ) | const [inline] |
Definition at line 161 of file _list.h.
Referenced by _S_merge(), _S_sort(), list< _Tp, _Alloc >::merge(), and list< _Tp, _Alloc >::splice().
const_iterator list< _Tp, _Alloc >::begin | ( | ) | const [inline] |
const_iterator list< _Tp, _Alloc >::end | ( | ) | const [inline] |
reverse_iterator list< _Tp, _Alloc >::rbegin | ( | ) | [inline] |
Definition at line 169 of file _list.h.
References list< _Tp, _Alloc >::end(), and reverse_iterator.
reverse_iterator list< _Tp, _Alloc >::rend | ( | ) | [inline] |
Definition at line 170 of file _list.h.
References list< _Tp, _Alloc >::begin(), and reverse_iterator.
const_reverse_iterator list< _Tp, _Alloc >::rbegin | ( | ) | const [inline] |
const_reverse_iterator list< _Tp, _Alloc >::rend | ( | ) | const [inline] |
bool list< _Tp, _Alloc >::empty | ( | ) | const [inline] |
Definition at line 177 of file _list.h.
Referenced by _S_sort(), list< _Tp, _Alloc >::back(), list< _Tp, _Alloc >::front(), list< _Tp, _Alloc >::pop_back(), list< _Tp, _Alloc >::pop_front(), list< _Tp, _Alloc >::splice(), and list< _Tp, _Alloc >::swap().
Definition at line 180 of file _list.h.
References _STLP_VERBOSE_ASSERT, list< _Tp, _Alloc >::begin(), and list< _Tp, _Alloc >::empty().
const_reference list< _Tp, _Alloc >::front | ( | ) | const [inline] |
Definition at line 184 of file _list.h.
References _STLP_VERBOSE_ASSERT, list< _Tp, _Alloc >::begin(), and list< _Tp, _Alloc >::empty().
Definition at line 188 of file _list.h.
References _STLP_VERBOSE_ASSERT, list< _Tp, _Alloc >::empty(), and list< _Tp, _Alloc >::end().
const_reference list< _Tp, _Alloc >::back | ( | ) | const [inline] |
Definition at line 192 of file _list.h.
References _STLP_VERBOSE_ASSERT, list< _Tp, _Alloc >::empty(), and list< _Tp, _Alloc >::end().
Definition at line 197 of file _list.h.
References list< _Tp, _Alloc >::_M_iter_list, and list< _Tp, _Alloc >::_M_non_dbg_impl.
iterator list< _Tp, _Alloc >::insert | ( | iterator | __pos, | |
const _Tp & | __x = _Tp() | |||
) | [inline] |
Definition at line 203 of file _list.h.
References _Non_Dbg_iter(), _STLP_DEBUG_CHECK, _STLP_DEFAULT_CONSTRUCTED, _STLP_PRIV, and list< _Tp, _Alloc >::insert().
void list< _Tp, _Alloc >::insert | ( | iterator | __pos, | |
const_iterator | __first, | |||
const_iterator | __last | |||
) | [inline] |
void list< _Tp, _Alloc >::push_back | ( | const_reference | __x | ) | [inline] |
void list< _Tp, _Alloc >::pop_back | ( | ) | [inline] |
Definition at line 251 of file _list.h.
References _STLP_VERBOSE_ASSERT, list< _Tp, _Alloc >::empty(), and list< _Tp, _Alloc >::end().
void list< _Tp, _Alloc >::push_front | ( | const_reference | __x | ) | [inline] |
void list< _Tp, _Alloc >::pop_front | ( | ) | [inline] |
Definition at line 258 of file _list.h.
References _STLP_VERBOSE_ASSERT, list< _Tp, _Alloc >::begin(), and list< _Tp, _Alloc >::empty().
Definition at line 264 of file _list.h.
References _Dereferenceable(), _STLP_DEBUG_CHECK, and _STLP_PRIV.
iterator list< _Tp, _Alloc >::erase | ( | iterator | __first, | |
iterator | __last | |||
) | [inline] |
Definition at line 270 of file _list.h.
References __last, _STLP_DEBUG_CHECK, _STLP_PRIV, list< _Tp, _Alloc >::begin(), and list< _Tp, _Alloc >::end().
_STLP_MOVE_TO_STD_NAMESPACE void list< _Tp, _Alloc >::resize | ( | size_type | __new_size, | |
const _Tp & | __x = _Tp() | |||
) | [inline] |
Definition at line 277 of file _list.h.
References _Non_Dbg_iter(), _STLP_DEFAULT_CONSTRUCTED, _STLP_PRIV, list< _Tp, _Alloc >::assign(), distance(), list< _Tp, _Alloc >::end(), list< _Tp, _Alloc >::erase(), and list< _Tp, _Alloc >::resize().
void list< _Tp, _Alloc >::assign | ( | const _Tp * | __first, | |
const _Tp * | __last | |||
) | [inline] |
void list< _Tp, _Alloc >::assign | ( | const_iterator | __first, | |
const_iterator | __last | |||
) | [inline] |
void list< _Tp, _Alloc >::remove | ( | const _Tp & | __x | ) | [inline] |
void list< _Tp, _Alloc >::clear | ( | ) | [inline] |
Definition at line 359 of file _list.h.
References list< _Tp, _Alloc >::begin(), and list< _Tp, _Alloc >::end().
Referenced by _S_merge(), and list< _Tp, _Alloc >::splice().
void list< _Tp, _Alloc >::splice | ( | iterator | __pos, | |
_Self & | __x | |||
) | [inline] |
Definition at line 365 of file _list.h.
References list< _Tp, _Alloc >::_Invalidate_iterators(), list< _Tp, _Alloc >::_M_iter_list, list< _Tp, _Alloc >::_M_non_dbg_impl, _STLP_DEBUG_CHECK, _STLP_PRIV, list< _Tp, _Alloc >::begin(), list< _Tp, _Alloc >::end(), and list< _Tp, _Alloc >::get_allocator().
void list< _Tp, _Alloc >::splice | ( | iterator | __pos, | |
_Self & | __x, | |||
iterator | __i | |||
) | [inline] |
Definition at line 378 of file _list.h.
References _Dereferenceable(), list< _Tp, _Alloc >::_Invalidate_iterator(), list< _Tp, _Alloc >::_M_iter_list, list< _Tp, _Alloc >::_M_non_dbg_impl, _STLP_DEBUG_CHECK, _STLP_PRIV, and list< _Tp, _Alloc >::get_allocator().
void list< _Tp, _Alloc >::splice | ( | iterator | __pos, | |
_Self & | __x, | |||
iterator | __first, | |||
iterator | __last | |||
) | [inline] |
Definition at line 392 of file _list.h.
References __last, list< _Tp, _Alloc >::_Invalidate_iterators(), list< _Tp, _Alloc >::_M_non_dbg_impl, _STLP_DEBUG_CHECK, _STLP_PRIV, list< _Tp, _Alloc >::begin(), list< _Tp, _Alloc >::end(), and list< _Tp, _Alloc >::get_allocator().
Definition at line 406 of file _list.h.
References list< _Tp, _Alloc >::_Invalidate_iterators(), list< _Tp, _Alloc >::_M_iter_list, list< _Tp, _Alloc >::_M_non_dbg_impl, _STLP_DEBUG_CHECK, list< _Tp, _Alloc >::begin(), list< _Tp, _Alloc >::end(), list< _Tp, _Alloc >::get_allocator(), and is_sorted().
void list< _Tp, _Alloc >::reverse | ( | ) | [inline] |
void list< _Tp, _Alloc >::unique | ( | ) | [inline] |
void list< _Tp, _Alloc >::sort | ( | ) | [inline] |
allocator_type list< _Tp, _Alloc >::get_allocator | ( | ) | const [inline] |
const_iterator list< _Tp, _Alloc >::begin | ( | ) | const [inline] |
const_iterator list< _Tp, _Alloc >::end | ( | ) | const [inline] |
reverse_iterator list< _Tp, _Alloc >::rbegin | ( | ) | [inline] |
Definition at line 156 of file _list.h.
References list< _Tp, _Alloc >::end(), and reverse_iterator.
const_reverse_iterator list< _Tp, _Alloc >::rbegin | ( | ) | const [inline] |
reverse_iterator list< _Tp, _Alloc >::rend | ( | ) | [inline] |
Definition at line 159 of file _list.h.
References list< _Tp, _Alloc >::begin(), and reverse_iterator.
const_reverse_iterator list< _Tp, _Alloc >::rend | ( | ) | const [inline] |
bool list< _Tp, _Alloc >::empty | ( | ) | const [inline] |
const_reference list< _Tp, _Alloc >::front | ( | ) | const [inline] |
const_reference list< _Tp, _Alloc >::back | ( | ) | const [inline] |
void list< _Tp, _Alloc >::clear | ( | ) | [inline] |
iterator list< _Tp, _Alloc >::insert | ( | iterator | __pos, | |
const_reference | __x = _STLP_DEFAULT_CONSTRUCTED(value_type) | |||
) | [inline] |
void list< _Tp, _Alloc >::insert | ( | iterator | __pos, | |
const value_type * | __first, | |||
const value_type * | __last | |||
) | [inline] |
void list< _Tp, _Alloc >::insert | ( | iterator | __pos, | |
const_iterator | __first, | |||
const_iterator | __last | |||
) | [inline] |
void list< _Tp, _Alloc >::insert | ( | iterator | __pos, | |
size_type | __n, | |||
const value_type & | __x | |||
) | [inline] |
void list< _Tp, _Alloc >::push_front | ( | const value_type & | __x | ) | [inline] |
void list< _Tp, _Alloc >::push_back | ( | const value_type & | __x | ) | [inline] |
void list< _Tp, _Alloc >::resize | ( | size_type | __new_size, | |
const value_type & | __x = _STLP_DEFAULT_CONSTRUCTED(value_type) | |||
) | [inline] |
void list< _Tp, _Alloc >::pop_front | ( | ) | [inline] |
void list< _Tp, _Alloc >::pop_back | ( | ) | [inline] |
void list< _Tp, _Alloc >::assign | ( | size_type | __n, | |
const value_type & | __val | |||
) | [inline] |
void list< _Tp, _Alloc >::assign | ( | const value_type * | __first, | |
const value_type * | __last | |||
) | [inline] |
void list< _Tp, _Alloc >::assign | ( | const_iterator | __first, | |
const_iterator | __last | |||
) | [inline] |
void list< _Tp, _Alloc >::remove | ( | const_reference | __val | ) | [inline] |
void list< _Tp, _Alloc >::unique | ( | ) | [inline] |
void list< _Tp, _Alloc >::reverse | ( | ) | [inline] |
void list< _Tp, _Alloc >::sort | ( | ) | [inline] |
list< _Tp, _Alloc >::_STLP_DECLARE_BIDIRECTIONAL_REVERSE_ITERATORS |