|
xapian-core
1.4.29
|
Inheritance diagram for TestExpandDecider:
Collaboration diagram for TestExpandDecider:Public Member Functions | |
| TestExpandDecider (bool &destroyed_) | |
| bool | operator() (const string &) 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 |
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 709 of file api_none.cc.
|
inline |
Definition at line 713 of file api_none.cc.
|
inlineoverridevirtual |
Do we want this term in the ESet?
| term | The term to test. |
Implements Xapian::ExpandDecider.
Definition at line 715 of file api_none.cc.
|
private |
Definition at line 710 of file api_none.cc.