ReactOS
0.4.15-dev-1623-g66cf1d2
|
Go to the source code of this file.
Macros | |
#define | _STLP_LIST_C |
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) |
void _S_merge | ( | list< _Tp, _Alloc > & | __that, |
list< _Tp, _Alloc > & | __x, | ||
_StrictWeakOrdering | __comp | ||
) |
Definition at line 168 of file _list.c.
Referenced by _S_sort(), and list< BookmarkNode >::merge().
_STLP_MOVE_TO_PRIV_NAMESPACE void _S_remove_if | ( | list< _Tp, _Alloc > & | __that, |
_Predicate | __pred | ||
) |
Definition at line 139 of file _list.c.
void _S_sort | ( | list< _Tp, _Alloc > & | __that, |
_StrictWeakOrdering | __comp | ||
) |
Definition at line 206 of file _list.c.
Referenced by list< BookmarkNode >::sort().
void _S_unique | ( | list< _Tp, _Alloc > & | __that, |
_BinaryPredicate | __binary_pred | ||
) |
Definition at line 152 of file _list.c.
Referenced by list< BookmarkNode >::unique().