Public Member Functions | |
ByQueryIndexCmp (const tmap_t &tmap_) | |
bool | operator() (const string &left, const string &right) const |
Private Types | |
typedef map< string, unsigned int > | tmap_t |
Private Attributes | |
const tmap_t & | tmap |
Definition at line 714 of file omenquire.cc.
typedef map<string, unsigned int> Xapian::ByQueryIndexCmp::tmap_t [private] |
Definition at line 716 of file omenquire.cc.
Xapian::ByQueryIndexCmp::ByQueryIndexCmp | ( | const tmap_t & | tmap_ | ) | [inline] |
Definition at line 719 of file omenquire.cc.
bool Xapian::ByQueryIndexCmp::operator() | ( | const string & | left, | |
const string & | right | |||
) | const [inline] |
const tmap_t& Xapian::ByQueryIndexCmp::tmap [private] |
Definition at line 717 of file omenquire.cc.