PostgreSQL Source Code
git master
|
#include <spell.h>
Data Fields | |
union { | |
const char * s | |
uint32 i | |
} | flag |
FlagMode | flagMode |
uint32 | value |
union { ... } CompoundAffixFlag::flag |
Referenced by cmpcmdflag(), and setCompoundAffixFlagValue().
FlagMode CompoundAffixFlag::flagMode |
Definition at line 178 of file spell.h.
Referenced by cmpcmdflag(), and setCompoundAffixFlagValue().
uint32 CompoundAffixFlag::i |
Definition at line 175 of file spell.h.
Referenced by cmpcmdflag(), and setCompoundAffixFlagValue().
const char* CompoundAffixFlag::s |
Definition at line 173 of file spell.h.
Referenced by cmpcmdflag(), and setCompoundAffixFlagValue().
uint32 CompoundAffixFlag::value |
Definition at line 179 of file spell.h.
Referenced by getCompoundAffixFlagValue(), and setCompoundAffixFlagValue().