#include <enquire.h>

Public Member Functions | |
| virtual bool | operator() (const Xapian::Document &doc) const =0 |
| Decide whether we want this document to be in the MSet. | |
| virtual | ~MatchDecider () |
| Destructor. | |
Definition at line 621 of file enquire.h.
| Xapian::MatchDecider::~MatchDecider | ( | ) | [virtual] |
| virtual bool Xapian::MatchDecider::operator() | ( | const Xapian::Document & | doc | ) | const [pure virtual] |
Decide whether we want this document to be in the MSet.
| doc | The document to test. |
Implemented in Xapian::ValueSetMatchDecider, MyMatchDecider, myMatchDecider, and myMatchDecider2.