Xapian::MatchDecider Class Reference

Base class for matcher decision functor. More...

#include <enquire.h>

Inheritance diagram for Xapian::MatchDecider:

Inheritance graph
[legend]
List of all members.

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.

Detailed Description

Base class for matcher decision functor.

Definition at line 584 of file enquire.h.


Constructor & Destructor Documentation

Xapian::MatchDecider::~MatchDecider (  )  [virtual]

Destructor.

Definition at line 54 of file omenquire.cc.


Member Function Documentation

virtual bool Xapian::MatchDecider::operator() ( const Xapian::Document doc  )  const [pure virtual]

Decide whether we want this document to be in the MSet.

Return true if the document is acceptable, or false if the document should be excluded from the MSet.

Implemented in myMatchDecider, and myMatchDecider2.


The documentation for this class was generated from the following files:
Documentation for Xapian (version 1.0.10).
Generated on 24 Dec 2008 by Doxygen 1.5.2.