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

#include <spell.h>

Data Fields

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

Detailed Description

Definition at line 168 of file spell.h.

Field Documentation

◆ [union]

union { ... } CompoundAffixFlag::flag

◆ flagMode

FlagMode CompoundAffixFlag::flagMode

Definition at line 178 of file spell.h.

Referenced by setCompoundAffixFlagValue().

◆ i

uint32 CompoundAffixFlag::i

Definition at line 175 of file spell.h.

Referenced by setCompoundAffixFlagValue().

◆ s

const char* CompoundAffixFlag::s

Definition at line 173 of file spell.h.

Referenced by 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: