| xapian-core
    1.4.29
    | 
Base class for matcher decision functor. More...
#include <enquire.h>
 Inheritance diagram for Xapian::MatchDecider:
 Inheritance diagram for Xapian::MatchDecider:| Public Member Functions | |
| MatchDecider () | |
| Default constructor. | |
| virtual bool | operator() (const Xapian::Document &doc) const =0 | 
| Decide whether we want this document to be in the MSet. | |
| virtual | ~MatchDecider () | 
| Destructor. | |
Base class for matcher decision functor.
| 
 | pure virtual | 
Decide whether we want this document to be in the MSet.
| doc | The document to test. | 
Implemented in Xapian::ValueSetMatchDecider.