xapian-core  1.4.25
Public Member Functions | Private Attributes | List of all members
TermCompare Class Reference
+ Collaboration diagram for TermCompare:

Public Member Functions

 TermCompare (vector< PostList *> &terms_)
 
bool operator() (unsigned a, unsigned b) const
 

Private Attributes

vector< PostList * > & terms
 

Detailed Description

Definition at line 63 of file exactphrasepostlist.cc.

Constructor & Destructor Documentation

◆ TermCompare()

TermCompare::TermCompare ( vector< PostList *> &  terms_)
inlineexplicit

Definition at line 67 of file exactphrasepostlist.cc.

Member Function Documentation

◆ operator()()

bool TermCompare::operator() ( unsigned  a,
unsigned  b 
) const
inline

Definition at line 69 of file exactphrasepostlist.cc.

Member Data Documentation

◆ terms

vector<PostList *>& TermCompare::terms
private

Definition at line 64 of file exactphrasepostlist.cc.


The documentation for this class was generated from the following file: