|
xapian-core
1.4.30
|
MSetItem comparison functions. More...
#include "api/omenquireinternal.h"
Include dependency graph for msetcmp.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Typedefs | |
| typedef bool(* | MSetCmp) (const Xapian::Internal::MSetItem &, const Xapian::Internal::MSetItem &) |
Functions | |
| MSetCmp | get_msetcmp_function (Xapian::Enquire::Internal::sort_setting sort_by, bool sort_forward, bool sort_value_forward) |
| Select the appropriate msetcmp function. More... | |
MSetItem comparison functions.
Definition in file msetcmp.h.
| typedef bool(* MSetCmp) (const Xapian::Internal::MSetItem &, const Xapian::Internal::MSetItem &) |
| MSetCmp get_msetcmp_function | ( | Xapian::Enquire::Internal::sort_setting | sort_by, |
| bool | sort_forward, | ||
| bool | sort_value_forward | ||
| ) |
Select the appropriate msetcmp function.
Definition at line 117 of file msetcmp.cc.
References AssertEq, Xapian::Enquire::Internal::REL, Xapian::Enquire::Internal::REL_VAL, Xapian::Enquire::Internal::VAL, and Xapian::Enquire::Internal::VAL_REL.
Referenced by MultiMatch::get_mset().