#include <msetcmp.h>
Public Member Functions | |
| MSetCmp (mset_cmp fn_) | |
| bool | operator() (const Xapian::Internal::MSetItem &a, const Xapian::Internal::MSetItem &b) const |
| Return true if MSetItem a should be ranked above MSetItem b. | |
Private Attributes | |
| mset_cmp | fn |
Definition at line 35 of file msetcmp.h.
| bool MSetCmp::operator() | ( | const Xapian::Internal::MSetItem & | a, | |
| const Xapian::Internal::MSetItem & | b | |||
| ) | const [inline] |
mset_cmp MSetCmp::fn [private] |