Inheritance diagram for MyMatchDecider:
Collaboration diagram for MyMatchDecider:Public Member Functions | |
| MyMatchDecider () | |
| bool | operator() (const Xapian::Document &) const |
| Decide whether we want this document to be in the MSet. More... | |
Public Member Functions inherited from Xapian::MatchDecider | |
| MatchDecider () | |
| Default constructor. More... | |
| virtual | ~MatchDecider () |
| Destructor. More... | |
Public Attributes | |
| bool | called |
Definition at line 370 of file api_backend.cc.
|
inline |
Definition at line 373 of file api_backend.cc.
|
inlinevirtual |
Decide whether we want this document to be in the MSet.
| doc | The document to test. |
Implements Xapian::MatchDecider.
Definition at line 375 of file api_backend.cc.
|
mutable |
Definition at line 371 of file api_backend.cc.
Referenced by DEFINE_TESTCASE().