|
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 setCompoundAffixFlagValue().
| FlagMode CompoundAffixFlag::flagMode |
Definition at line 178 of file spell.h.
Referenced by setCompoundAffixFlagValue().
| uint32 CompoundAffixFlag::i |
Definition at line 175 of file spell.h.
Referenced by setCompoundAffixFlagValue().
Definition at line 173 of file spell.h.
Referenced by setCompoundAffixFlagValue().
| uint32 CompoundAffixFlag::value |
Definition at line 179 of file spell.h.
Referenced by getCompoundAffixFlagValue(), and setCompoundAffixFlagValue().