#include <expanddecider.h>
Inheritance diagram for Xapian::ExpandDeciderAnd:
Public Member Functions | |
ExpandDeciderAnd (const ExpandDecider &first_, const ExpandDecider &second_) | |
Terms will be checked with first, and if accepted, then checked with second. | |
ExpandDeciderAnd (const ExpandDecider *first_, const ExpandDecider *second_) | |
Compatibility method. | |
virtual bool | operator() (const std::string &term) const |
Do we want this term in the ESet? | |
Private Attributes | |
const ExpandDecider & | first |
const ExpandDecider & | second |
Terms are only accepted if they are accepted by both of the specified ExpandDecider objects.
Definition at line 46 of file expanddecider.h.
Xapian::ExpandDeciderAnd::ExpandDeciderAnd | ( | const ExpandDecider & | first_, | |
const ExpandDecider & | second_ | |||
) | [inline] |
Terms will be checked with first, and if accepted, then checked with second.
Definition at line 53 of file expanddecider.h.
Xapian::ExpandDeciderAnd::ExpandDeciderAnd | ( | const ExpandDecider * | first_, | |
const ExpandDecider * | second_ | |||
) | [inline] |
virtual bool Xapian::ExpandDeciderAnd::operator() | ( | const std::string & | term | ) | const [virtual] |
const ExpandDecider& Xapian::ExpandDeciderAnd::first [private] |
Definition at line 47 of file expanddecider.h.
const ExpandDecider & Xapian::ExpandDeciderAnd::second [private] |
Definition at line 47 of file expanddecider.h.