Base class for stop-word decision functor. More...
 Inheritance diagram for Xapian::Stopper:
 Inheritance diagram for Xapian::Stopper:| Public Member Functions | |
| Stopper () | |
| Default constructor. | |
| virtual bool | operator() (const std::string &term) const =0 | 
| Is term a stop-word?  More... | |
| virtual | ~Stopper () | 
| Class has virtual methods, so provide a virtual destructor. | |
| virtual std::string | get_description () const | 
| Return a string describing this object. | |
| Stopper * | release () | 
| Start reference counting this object.  More... | |
| const Stopper * | release () const | 
| Start reference counting this object.  More... | |
Base class for stop-word decision functor.
| 
 | pure virtual | 
| 
 | inline | 
| 
 | inline |