xapian-core  1.4.25
Classes | Namespaces | Macros | Typedefs | Functions
steminternal.h File Reference

Base class for implementations of stemming algorithms. More...

#include <xapian/stem.h>
#include "alignment_cast.h"
#include <cstdlib>
#include <string>
+ Include dependency graph for steminternal.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  among
 
class  Xapian::SnowballStemImplementation
 

Namespaces

 Xapian
 The Xapian namespace contains public interfaces for the Xapian library.
 

Macros

#define HEAD   (2 * sizeof(int))
 

Typedefs

typedef unsigned char symbol
 
typedef int(* among_function) (Xapian::StemImplementation *)
 

Functions

void lose_s (symbol *p)
 

Detailed Description

Base class for implementations of stemming algorithms.

Definition in file steminternal.h.

Macro Definition Documentation

◆ HEAD

#define HEAD   (2 * sizeof(int))

Typedef Documentation

◆ among_function

typedef int(* among_function) (Xapian::StemImplementation *)

Definition at line 36 of file steminternal.h.

◆ symbol

typedef unsigned char symbol

Definition at line 32 of file steminternal.h.

Function Documentation

◆ lose_s()

void lose_s ( symbol p)
inline