xapian-core  2.0.0
Classes | Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
Xapian::Internal::Snowball::Armenian Class Reference

#include <armenian.h>

+ Inheritance diagram for Xapian::Internal::Snowball::Armenian:
+ Collaboration diagram for Xapian::Internal::Snowball::Armenian:

Classes

struct  SN_local
 

Public Member Functions

 Armenian ()
 
 ~Armenian ()
 
std::string operator() (const std::string &word) override
 Stem the specified word. More...
 
std::string get_description () const override
 Return a string describing this object. More...
 
- Public Member Functions inherited from Xapian::StemImplementation
 StemImplementation ()
 Default constructor. More...
 
virtual ~StemImplementation ()
 Virtual destructor. More...
 
virtual bool use_proper_noun_heuristic () const
 Should QueryParser suppress stemming for capitalised words? More...
 
- Public Member Functions inherited from Xapian::Internal::intrusive_base
 intrusive_base ()
 Construct with no references. More...
 

Private Member Functions

void close_env ()
 

Static Private Member Functions

static int stem (struct SN_env *z)
 

Private Attributes

SN_local zlocal = {}
 

Additional Inherited Members

- Public Attributes inherited from Xapian::Internal::intrusive_base
unsigned _refs
 Reference count. More...
 

Detailed Description

Definition at line 10 of file armenian.h.

Constructor & Destructor Documentation

◆ Armenian()

Xapian::Internal::Snowball::Armenian::Armenian ( )
inline

◆ ~Armenian()

Xapian::Internal::Snowball::Armenian::~Armenian ( )
inline

Definition at line 34 of file armenian.h.

References close_env().

Member Function Documentation

◆ close_env()

void Xapian::Internal::Snowball::Armenian::close_env ( )
inlineprivate

Definition at line 21 of file armenian.h.

References lose_s(), SN_env::p, Xapian::Internal::Snowball::Armenian::SN_local::z, and zlocal.

Referenced by ~Armenian().

◆ get_description()

std::string Xapian::Internal::Snowball::Armenian::get_description ( ) const
inlineoverridevirtual

Return a string describing this object.

Implements Xapian::StemImplementation.

Definition at line 47 of file armenian.h.

◆ operator()()

std::string Xapian::Internal::Snowball::Armenian::operator() ( const std::string &  word)
inlineoverridevirtual

◆ stem()

int Xapian::Internal::Snowball::Armenian::stem ( struct SN_env z)
staticprivate

Member Data Documentation

◆ zlocal

SN_local Xapian::Internal::Snowball::Armenian::zlocal = {}
private

Definition at line 19 of file armenian.h.

Referenced by Armenian(), close_env(), and operator()().


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