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

Public Member Functions

 TestExpandDecider (bool &destroyed_)
 
bool operator() (const string &) const
 Do we want this term in the ESet? More...
 
- Public Member Functions inherited from Xapian::ExpandDecider
 ExpandDecider ()
 Default constructor. More...
 
virtual ~ExpandDecider ()
 Virtual destructor, because we have virtual methods. More...
 
ExpandDeciderrelease ()
 Start reference counting this object. More...
 
const ExpandDeciderrelease () 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 708 of file api_none.cc.

Constructor & Destructor Documentation

◆ TestExpandDecider()

TestExpandDecider::TestExpandDecider ( bool &  destroyed_)
inline

Definition at line 712 of file api_none.cc.

Member Function Documentation

◆ operator()()

bool TestExpandDecider::operator() ( const string &  term) const
inlinevirtual

Do we want this term in the ESet?

Parameters
termThe term to test.

Implements Xapian::ExpandDecider.

Definition at line 714 of file api_none.cc.

Member Data Documentation

◆ destroyed

DestroyedFlag TestExpandDecider::destroyed
private

Definition at line 709 of file api_none.cc.


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