|
xapian-core
1.4.29
|
Inheritance diagram for TestFieldProcessor:
Collaboration diagram for TestFieldProcessor:Public Member Functions | |
| TestFieldProcessor (bool &destroyed_) | |
| Xapian::Query | operator() (const string &str) override |
| Convert a field-prefixed string to a Query object. More... | |
Public Member Functions inherited from Xapian::FieldProcessor | |
| FieldProcessor () | |
| Default constructor. More... | |
| virtual | ~FieldProcessor () |
| Destructor. More... | |
| FieldProcessor * | release () |
| Start reference counting this object. More... | |
| const FieldProcessor * | 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 349 of file api_none.cc.
|
inline |
Definition at line 353 of file api_none.cc.
|
inlineoverridevirtual |
Convert a field-prefixed string to a Query object.
| str | The string to convert. |
Implements Xapian::FieldProcessor.
Definition at line 355 of file api_none.cc.
|
private |
Definition at line 350 of file api_none.cc.