PostgreSQL Source Code  git master
AffixNodeData Struct Reference

#include <spell.h>

Data Fields

uint32 val:8
 
uint32 naff:24
 
AFFIX ** aff
 
struct AffixNodenode
 

Detailed Description

Definition at line 130 of file spell.h.

Field Documentation

◆ aff

AFFIX** AffixNodeData::aff

Definition at line 134 of file spell.h.

Referenced by mkVoidAffix(), and NormalizeSubWord().

◆ naff

uint32 AffixNodeData::naff

Definition at line 133 of file spell.h.

Referenced by FindAffixes(), and NormalizeSubWord().

◆ node

struct AffixNode* AffixNodeData::node

Definition at line 135 of file spell.h.

Referenced by FindAffixes(), mkVoidAffix(), and NormalizeSubWord().

◆ val

uint32 AffixNodeData::val

Definition at line 132 of file spell.h.

Referenced by FindAffixes().


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