/home/ntakagi/work/STLport-5.1.5/stlport/stl/_list.c File Reference#include <stl/_list.h> #include <stl/_carray.h> #include <stl/_range_errors.h> Go to the source code of this file.
Function Documentation
template<class _Tp, class _Alloc, class _StrictWeakOrdering>
Definition at line 164 of file _list.c. References _STLP_VERBOSE_ASSERT, _List_global< _Dummy >::_Transfer(), list< _Tp, _Alloc >::begin(), list< _Tp, _Alloc >::clear(), list< _Tp, _Alloc >::end(), list< _Tp, _Alloc >::get_allocator(), and list< _Tp, _Alloc >::insert(). Referenced by _S_sort(), and list< _Tp, _Alloc >::merge().
template<class _Tp, class _Alloc, class _Predicate>
Definition at line 135 of file _list.c. References __last, list< _Tp, _Alloc >::begin(), list< _Tp, _Alloc >::end(), and list< _Tp, _Alloc >::erase().
template<class _Tp, class _Alloc, class _StrictWeakOrdering>
Definition at line 202 of file _list.c. References __stl_throw_overflow_error(), _S_merge(), _STLP_PRIV, list< _Tp, _Alloc >::begin(), list< _Tp, _Alloc >::empty(), list< _Tp, _Alloc >::get_allocator(), and list< _Tp, _Alloc >::swap(). Referenced by list< _Tp, _Alloc >::sort().
template<class _Tp, class _Alloc, class _BinaryPredicate>
Definition at line 148 of file _list.c. References __last, list< _Tp, _Alloc >::begin(), list< _Tp, _Alloc >::end(), and list< _Tp, _Alloc >::erase(). Referenced by list< _Tp, _Alloc >::unique().
Generated on Mon Mar 10 15:32:49 2008 by ![]() |