xapian-core  1.4.25
Private Member Functions | List of all members
MyStemImpl Class Reference
+ Inheritance diagram for MyStemImpl:
+ Collaboration diagram for MyStemImpl:

Private Member Functions

string operator() (const string &word)
 Stem the specified word. More...
 
string get_description () const
 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...
 

Detailed Description

Definition at line 33 of file api_stem.cc.

Member Function Documentation

◆ get_description()

string MyStemImpl::get_description ( ) const
inlineprivatevirtual

Return a string describing this object.

Implements Xapian::StemImplementation.

Definition at line 40 of file api_stem.cc.

◆ operator()()

string MyStemImpl::operator() ( const string &  word)
inlineprivatevirtual

Stem the specified word.

Implements Xapian::StemImplementation.

Definition at line 34 of file api_stem.cc.


The documentation for this class was generated from the following file: