xapian-core
1.4.26
|
Public Member Functions | |
bool | operator() (const string &tname) const override |
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... | |
ExpandDecider * | release () |
Start reference counting this object. More... | |
const ExpandDecider * | 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 |
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 543 of file api_anydb.cc.
|
inlineoverridevirtual |
Do we want this term in the ESet?
term | The term to test. |
Implements Xapian::ExpandDecider.
Definition at line 545 of file api_anydb.cc.