|
xapian-core
1.4.29
|
Inheritance diagram for MyStemImpl:
Collaboration diagram for MyStemImpl:Private Member Functions | |
| string | operator() (const string &word) override |
| Stem the specified word. More... | |
| string | get_description () const override |
| Return a string describing this object. More... | |
Additional Inherited Members | |
Public Member Functions inherited from Xapian::StemImplementation | |
| StemImplementation () | |
| Default constructor. More... | |
| virtual | ~StemImplementation () |
| Virtual destructor. More... | |
Public Member Functions inherited from Xapian::Internal::intrusive_base | |
| intrusive_base () | |
| Construct with no references. More... | |
Public Attributes inherited from Xapian::Internal::intrusive_base | |
| unsigned | _refs |
| Reference count. More... | |
Definition at line 33 of file api_stem.cc.
|
inlineoverrideprivatevirtual |
Return a string describing this object.
Implements Xapian::StemImplementation.
Definition at line 40 of file api_stem.cc.
|
inlineoverrideprivatevirtual |
Stem the specified word.
Implements Xapian::StemImplementation.
Definition at line 34 of file api_stem.cc.