| xapian-core
    1.4.22
    | 
Base class for field processors. More...
#include <queryparser.h>
 Inheritance diagram for Xapian::FieldProcessor:
 Inheritance diagram for Xapian::FieldProcessor:| Public Member Functions | |
| FieldProcessor () | |
| Default constructor. | |
| virtual | ~FieldProcessor () | 
| Destructor. | |
| virtual Xapian::Query | operator() (const std::string &str)=0 | 
| Convert a field-prefixed string to a Query object.  More... | |
| FieldProcessor * | release () | 
| Start reference counting this object.  More... | |
| const FieldProcessor * | release () const | 
| Start reference counting this object.  More... | |
Base class for field processors.
| 
 | pure virtual | 
| 
 | inline | 
Start reference counting this object.
You can hand ownership of a dynamically allocated FieldProcessor object to Xapian by calling release() and then passing the object to a Xapian method. Xapian will arrange to delete the object once it is no longer required.
| 
 | inline | 
Start reference counting this object.
You can hand ownership of a dynamically allocated FieldProcessor object to Xapian by calling release() and then passing the object to a Xapian method. Xapian will arrange to delete the object once it is no longer required.