xapian-core
1.4.26
|
Base class for field processors. More...
#include <queryparser.h>
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. | |
FieldProcessor * | release () |
Start reference counting this object. | |
const FieldProcessor * | release () const |
Start reference counting this object. | |
Base class for field processors.
|
pure virtual |
|
inline |
Start reference counting this object.
You can transfer 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 transfer 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.