|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Macros | |
| #define | _STLP_SLIST_C |
Functions | |
| template<class _Tp , class _Alloc , class _BinaryPredicate > | |
| _STLP_MOVE_TO_PRIV_NAMESPACE void | _Slist_unique (slist< _Tp, _Alloc > &__that, _BinaryPredicate __pred) |
| template<class _Tp , class _Alloc , class _StrictWeakOrdering > | |
| void | _Slist_merge (slist< _Tp, _Alloc > &__that, slist< _Tp, _Alloc > &__x, _StrictWeakOrdering __comp) |
| template<class _Tp , class _Alloc , class _StrictWeakOrdering > | |
| void | _Slist_sort (slist< _Tp, _Alloc > &__that, _StrictWeakOrdering __comp) |
| void _Slist_merge | ( | slist< _Tp, _Alloc > & | __that, |
| slist< _Tp, _Alloc > & | __x, | ||
| _StrictWeakOrdering | __comp | ||
| ) |
Definition at line 148 of file _slist.c.
Referenced by _Slist_sort(), and slist< _Tp, >::merge().
Definition at line 184 of file _slist.c.
Referenced by slist< _Tp, >::sort().
| _STLP_MOVE_TO_PRIV_NAMESPACE void _Slist_unique | ( | slist< _Tp, _Alloc > & | __that, |
| _BinaryPredicate | __pred | ||
| ) |
Definition at line 134 of file _slist.c.
Referenced by slist< _Tp, >::unique().