ReactOS 0.4.16-dev-755-g88f105e
|
#include <_tree.h>
Public Member Functions | |
_DbgCompare () | |
_DbgCompare (const _Compare &__cmp) | |
_DbgCompare (const _DbgCompare &__cmp) | |
bool | operator() (const _Key &__lhs, const _Key &__rhs) const |
_Compare | non_dbg_key_comp () const |
Private Attributes | |
_Compare | _M_non_dbg_cmp |
|
inline |
|
inline |
Definition at line 53 of file _tree.h.
|
inline |
|
inline |
|
inline |
Definition at line 57 of file _tree.h.
Referenced by _DbgCompare< _Key, _Compare >::operator()().
|
private |
Definition at line 70 of file _tree.h.
Referenced by _DbgCompare< _Key, _Compare >::non_dbg_key_comp(), and _DbgCompare< _Key, _Compare >::operator()().