xapian-core  1.4.25
Typedefs | Functions
msetcmp.h File Reference

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...
 

Detailed Description

MSetItem comparison functions.

Definition in file msetcmp.h.

Typedef Documentation

◆ MSetCmp

typedef bool(* MSetCmp) (const Xapian::Internal::MSetItem &, const Xapian::Internal::MSetItem &)

Definition at line 28 of file msetcmp.h.

Function Documentation

◆ get_msetcmp_function()

MSetCmp get_msetcmp_function ( Xapian::Enquire::Internal::sort_setting  sort_by,
bool  sort_forward,
bool  sort_value_forward 
)