#include "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.
Classes | |
class | MSetCmp |
MSetItem comparison functor. More... | |
Typedefs | |
typedef bool(*) | mset_cmp (const Xapian::Internal::MSetItem &, const Xapian::Internal::MSetItem &) |
Functions | |
mset_cmp | get_msetcmp_function (Xapian::Enquire::Internal::sort_setting sort_by, bool sort_forward, bool sort_value_forward) |
Select the appropriate msetcmp function. |
typedef bool(* ) mset_cmp(const Xapian::Internal::MSetItem &, const Xapian::Internal::MSetItem &) |
mset_cmp 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 128 of file msetcmp.cc.
References mset_cmp_table.
Referenced by MultiMatch::get_mset().