

Private Member Functions | |
| string | operator() (const string &word) |
| Stem the specified word. | |
| string | get_description () const |
| Return a string describing this object. | |
Definition at line 33 of file api_stem.cc.
| string MyStemImpl::get_description | ( | ) | const [inline, private, virtual] |
Return a string describing this object.
Implements Xapian::StemImplementation.
Definition at line 38 of file api_stem.cc.
| string MyStemImpl::operator() | ( | const string & | word | ) | [inline, private, virtual] |
Stem the specified word.
Implements Xapian::StemImplementation.
Definition at line 34 of file api_stem.cc.