#include <expanddecider.h>
Inheritance diagram for Xapian::ExpandDeciderAnd:


Public Member Functions | |
| ExpandDeciderAnd (const ExpandDecider *left_, const ExpandDecider *right_) | |
| Constructor, which takes as arguments the two decision functors to AND together. | |
| virtual int | operator() (const std::string &tname) const |
| Decide whether we want this term to be in the expand set. | |
|
||||||||||||
|
Constructor, which takes as arguments the two decision functors to AND together. ExpandDeciderAnd will not delete its sub-functors. |
|
|
Decide whether we want this term to be in the expand set.
Implements Xapian::ExpandDecider. |