|
xapian-core
1.4.29
|
Inheritance diagram for TestValueRangeProcessor:
Collaboration diagram for TestValueRangeProcessor:Public Member Functions | |
| TestValueRangeProcessor (bool &destroyed_) | |
| Xapian::valueno | operator() (std::string &, std::string &) |
| Check for a valid range of this type. More... | |
Public Member Functions inherited from Xapian::ValueRangeProcessor | |
| ValueRangeProcessor () | |
| Default constructor. More... | |
| virtual | ~ValueRangeProcessor () |
| Destructor. More... | |
| ValueRangeProcessor * | release () |
| Start reference counting this object. More... | |
| const ValueRangeProcessor * | release () const |
| Start reference counting this object. More... | |
Public Member Functions inherited from Xapian::Internal::opt_intrusive_base | |
| opt_intrusive_base (const opt_intrusive_base &) | |
| opt_intrusive_base & | operator= (const opt_intrusive_base &) |
| opt_intrusive_base () | |
| Construct object which is initially not reference counted. More... | |
| virtual | ~opt_intrusive_base () |
| void | ref () const |
| void | unref () const |
Private Attributes | |
| DestroyedFlag | destroyed |
Additional Inherited Members | |
Public Attributes inherited from Xapian::Internal::opt_intrusive_base | |
| unsigned | _refs |
| Reference count. More... | |
Protected Member Functions inherited from Xapian::Internal::opt_intrusive_base | |
| void | release () const |
| Start reference counting. More... | |
Definition at line 797 of file api_none.cc.
|
inline |
Definition at line 801 of file api_none.cc.
|
inlinevirtual |
Check for a valid range of this type.
| [in,out] | begin | The start of the range as specified in the query string by the user. This parameter is a non-const reference so the ValueRangeProcessor can modify it to return the value to start the range with. |
| [in,out] | end | The end of the range. This is also a non-const reference so it can be modified. |
Implements Xapian::ValueRangeProcessor.
Definition at line 803 of file api_none.cc.
|
private |
Definition at line 798 of file api_none.cc.