xapian-core  1.4.25
Public Member Functions | Private Attributes | List of all members
TestFieldProcessor Class Reference
+ Inheritance diagram for TestFieldProcessor:
+ Collaboration diagram for TestFieldProcessor:

Public Member Functions

 TestFieldProcessor (bool &destroyed_)
 
Xapian::Query operator() (const string &str)
 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...
 
FieldProcessorrelease ()
 Start reference counting this object. More...
 
const FieldProcessorrelease () 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_baseoperator= (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...
 

Detailed Description

Definition at line 350 of file api_none.cc.

Constructor & Destructor Documentation

◆ TestFieldProcessor()

TestFieldProcessor::TestFieldProcessor ( bool &  destroyed_)
inline

Definition at line 354 of file api_none.cc.

Member Function Documentation

◆ operator()()

Xapian::Query TestFieldProcessor::operator() ( const string &  str)
inlinevirtual

Convert a field-prefixed string to a Query object.

Parameters
strThe string to convert.
Returns
Query object corresponding to str.

Implements Xapian::FieldProcessor.

Definition at line 356 of file api_none.cc.

Member Data Documentation

◆ destroyed

DestroyedFlag TestFieldProcessor::destroyed
private

Definition at line 351 of file api_none.cc.


The documentation for this class was generated from the following file: