xapian-core  2.0.0
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 76 of file exactphrasepostlist.cc.

Constructor & Destructor Documentation

◆ TermCompare()

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

Definition at line 80 of file exactphrasepostlist.cc.

Member Function Documentation

◆ operator()()

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

Definition at line 82 of file exactphrasepostlist.cc.

References terms.

Member Data Documentation

◆ terms

vector<PostList *>& TermCompare::terms
private

Definition at line 77 of file exactphrasepostlist.cc.

Referenced by operator()().


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