Public Member Functions | |
TermCompare (vector< PostList * > &terms_) | |
bool | operator() (unsigned a, unsigned b) const |
Private Attributes | |
vector< PostList * > & | terms |
Definition at line 61 of file exactphrasepostlist.cc.
TermCompare::TermCompare | ( | vector< PostList * > & | terms_ | ) | [inline] |
Definition at line 65 of file exactphrasepostlist.cc.
bool TermCompare::operator() | ( | unsigned | a, | |
unsigned | b | |||
) | const [inline] |
vector<PostList *>& TermCompare::terms [private] |
Definition at line 62 of file exactphrasepostlist.cc.