PostgreSQL Source Code git master
Loading...
Searching...
No Matches
IspellDict Struct Reference

#include <spell.h>

Data Fields

int maffixes
 
int naffixes
 
AFFIXAffix
 
AffixNodeSuffix
 
AffixNodePrefix
 
SPNodeDictionary
 
const char ** AffixData
 
int lenAffixData
 
int nAffixData
 
bool useFlagAliases
 
CMPDAffixCompoundAffix
 
bool usecompound
 
FlagMode flagMode
 
CompoundAffixFlagCompoundAffixFlags
 
int nCompoundAffixFlag
 
int mCompoundAffixFlag
 
MemoryContext buildCxt
 
SPELL ** Spell
 
int nspell
 
int mspell
 
charfirstfree
 
size_t avail
 

Detailed Description

Definition at line 184 of file spell.h.

Field Documentation

◆ Affix

AFFIX* IspellDict::Affix

Definition at line 188 of file spell.h.

◆ AffixData

const char** IspellDict::AffixData

Definition at line 195 of file spell.h.

◆ avail

size_t IspellDict::avail

Definition at line 229 of file spell.h.

◆ buildCxt

MemoryContext IspellDict::buildCxt

Definition at line 220 of file spell.h.

◆ CompoundAffix

CMPDAffix* IspellDict::CompoundAffix

Definition at line 200 of file spell.h.

◆ CompoundAffixFlags

CompoundAffixFlag* IspellDict::CompoundAffixFlags

Definition at line 210 of file spell.h.

◆ Dictionary

SPNode* IspellDict::Dictionary

Definition at line 193 of file spell.h.

◆ firstfree

char* IspellDict::firstfree

Definition at line 228 of file spell.h.

◆ flagMode

FlagMode IspellDict::flagMode

Definition at line 203 of file spell.h.

◆ lenAffixData

int IspellDict::lenAffixData

Definition at line 196 of file spell.h.

◆ maffixes

int IspellDict::maffixes

Definition at line 186 of file spell.h.

◆ mCompoundAffixFlag

int IspellDict::mCompoundAffixFlag

Definition at line 214 of file spell.h.

◆ mspell

int IspellDict::mspell

Definition at line 225 of file spell.h.

◆ nAffixData

int IspellDict::nAffixData

Definition at line 197 of file spell.h.

◆ naffixes

int IspellDict::naffixes

Definition at line 187 of file spell.h.

◆ nCompoundAffixFlag

int IspellDict::nCompoundAffixFlag

Definition at line 212 of file spell.h.

◆ nspell

int IspellDict::nspell

Definition at line 224 of file spell.h.

◆ Prefix

AffixNode* IspellDict::Prefix

Definition at line 191 of file spell.h.

◆ Spell

SPELL** IspellDict::Spell

Definition at line 223 of file spell.h.

◆ Suffix

AffixNode* IspellDict::Suffix

Definition at line 190 of file spell.h.

◆ usecompound

bool IspellDict::usecompound

Definition at line 202 of file spell.h.

◆ useFlagAliases

bool IspellDict::useFlagAliases

Definition at line 198 of file spell.h.


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