|
xapian-core
1.4.29
|
Base class for matcher decision functor. More...
#include <enquire.h>
Inheritance diagram for Xapian::MatchDecider:Public Member Functions | |
| MatchDecider () | |
| Default constructor. More... | |
| virtual bool | operator() (const Xapian::Document &doc) const =0 |
| Decide whether we want this document to be in the MSet. More... | |
| virtual | ~MatchDecider () |
| Destructor. More... | |
Private Member Functions | |
| void | operator= (const MatchDecider &) |
| Don't allow assignment. More... | |
| MatchDecider (const MatchDecider &) | |
| Don't allow copying. More... | |
|
private |
Don't allow copying.
|
inline |
|
virtual |
Destructor.
Definition at line 64 of file omenquire.cc.
|
pure virtual |
Decide whether we want this document to be in the MSet.
| doc | The document to test. |
Implemented in GrepMatchDecider, CheckMatchDecider, and Xapian::ValueSetMatchDecider.
|
private |
Don't allow assignment.