#include <queryparser.h>
Inheritance diagram for Xapian::StringValueRangeProcessor:
Public Member Functions | |
StringValueRangeProcessor (Xapian::valueno valno_) | |
Constructor. | |
Xapian::valueno | operator() (std::string &, std::string &) |
Any strings are valid as begin and end. | |
Private Attributes | |
Xapian::valueno | valno |
The end points can be any strings.
Definition at line 104 of file queryparser.h.
Xapian::StringValueRangeProcessor::StringValueRangeProcessor | ( | Xapian::valueno | valno_ | ) | [inline] |
Constructor.
valno_ | The value number to return from operator(). |
Definition at line 112 of file queryparser.h.
Xapian::valueno Xapian::StringValueRangeProcessor::operator() | ( | std::string & | , | |
std::string & | ||||
) | [inline, virtual] |
Any strings are valid as begin and end.
Implements Xapian::ValueRangeProcessor.
Definition at line 116 of file queryparser.h.
Definition at line 105 of file queryparser.h.