|
xapian-core
1.4.29
|
Inheritance diagram for TestStopper:
Collaboration diagram for TestStopper:Public Member Functions | |
| TestStopper (bool &destroyed_) | |
| bool | operator() (const std::string &) const override |
| Is term a stop-word? More... | |
Public Member Functions inherited from Xapian::Stopper | |
| Stopper () | |
| Default constructor. More... | |
| virtual | ~Stopper () |
| Class has virtual methods, so provide a virtual destructor. More... | |
| virtual std::string | get_description () const |
| Return a string describing this object. More... | |
| Stopper * | release () |
| Start reference counting this object. More... | |
| const Stopper * | 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 477 of file api_none.cc.
|
inline |
Definition at line 481 of file api_none.cc.
|
inlineoverridevirtual |
Is term a stop-word?
| term | The term to test. |
Implements Xapian::Stopper.
Definition at line 483 of file api_none.cc.
|
private |
Definition at line 478 of file api_none.cc.