Xapian::ExpandDeciderAnd Class Reference

#include <expanddecider.h>

Inheritance diagram for Xapian::ExpandDeciderAnd:

Inheritance graph
[legend]
Collaboration diagram for Xapian::ExpandDeciderAnd:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ExpandDeciderAnd (const ExpandDecider &first_, const ExpandDecider &second_)
 ExpandDeciderAnd (const ExpandDecider *first_, const ExpandDecider *second_)
virtual bool operator() (const std::string &term) const

Detailed Description

ExpandDecider subclass which rejects terms using two ExpandDeciders.

Terms are only accepted if they are accepted by both of the specified ExpandDecider objects.


Constructor & Destructor Documentation

Xapian::ExpandDeciderAnd::ExpandDeciderAnd ( const ExpandDecider first_,
const ExpandDecider second_ 
) [inline]

Terms will be checked with first, and if accepted, then checked with second.

Xapian::ExpandDeciderAnd::ExpandDeciderAnd ( const ExpandDecider first_,
const ExpandDecider second_ 
) [inline]

Compatibility method.


Member Function Documentation

virtual bool Xapian::ExpandDeciderAnd::operator() ( const std::string &  term  )  const [virtual]

Do we want this term in the ESet?

Implements Xapian::ExpandDecider.


The documentation for this class was generated from the following file:
Documentation for Xapian (version 1.1.1).
Generated on 10 Jun 2009 by Doxygen 1.5.2.