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

Result comparison functions. More...

#include "api/enquireinternal.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 Result &, const Result &)
 

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

Result comparison functions.

Definition in file msetcmp.h.

Typedef Documentation

◆ MSetCmp

typedef bool(* MSetCmp) (const Result &, const Result &)

Definition at line 29 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 
)