PostgreSQL Source Code  git master
CompoundAffixFlag Struct Reference

#include <spell.h>

Data Fields

union {
   char *   s
 
   uint32   i
 
flag
 
FlagMode flagMode
 
uint32 value
 

Detailed Description

Definition at line 168 of file spell.h.

Field Documentation

◆ 

union { ... } CompoundAffixFlag::flag

◆ flagMode

FlagMode CompoundAffixFlag::flagMode

Definition at line 178 of file spell.h.

Referenced by cmpcmdflag(), and setCompoundAffixFlagValue().

◆ i

uint32 CompoundAffixFlag::i

Definition at line 175 of file spell.h.

Referenced by cmpcmdflag(), and setCompoundAffixFlagValue().

◆ s

char* CompoundAffixFlag::s

Definition at line 173 of file spell.h.

Referenced by cmpcmdflag(), and setCompoundAffixFlagValue().

◆ value

uint32 CompoundAffixFlag::value

Definition at line 179 of file spell.h.

Referenced by getCompoundAffixFlagValue(), and setCompoundAffixFlagValue().


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