/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.

Functions

template<class _Tp, class _Alloc, class _Predicate>
_STLP_MOVE_TO_PRIV_NAMESPACE
void 
_S_remove_if (list< _Tp, _Alloc > &__that, _Predicate __pred)
template<class _Tp, class _Alloc, class _BinaryPredicate>
void _S_unique (list< _Tp, _Alloc > &__that, _BinaryPredicate __binary_pred)
template<class _Tp, class _Alloc, class _StrictWeakOrdering>
void _S_merge (list< _Tp, _Alloc > &__that, list< _Tp, _Alloc > &__x, _StrictWeakOrdering __comp)
template<class _Tp, class _Alloc, class _StrictWeakOrdering>
void _S_sort (list< _Tp, _Alloc > &__that, _StrictWeakOrdering __comp)


Function Documentation

template<class _Tp, class _Alloc, class _StrictWeakOrdering>
void _S_merge ( list< _Tp, _Alloc > &  __that,
list< _Tp, _Alloc > &  __x,
_StrictWeakOrdering  __comp 
)

template<class _Tp, class _Alloc, class _Predicate>
_STLP_MOVE_TO_PRIV_NAMESPACE void _S_remove_if ( list< _Tp, _Alloc > &  __that,
_Predicate  __pred 
)

template<class _Tp, class _Alloc, class _StrictWeakOrdering>
void _S_sort ( list< _Tp, _Alloc > &  __that,
_StrictWeakOrdering  __comp 
)

template<class _Tp, class _Alloc, class _BinaryPredicate>
void _S_unique ( list< _Tp, _Alloc > &  __that,
_BinaryPredicate  __binary_pred 
)



Generated on Mon Mar 10 15:32:49 2008 by  doxygen 1.5.1