PostgreSQL Source Code
git master
|
#include <spell.h>
Data Fields | |
uint32 | isvoid:1 |
uint32 | length:31 |
AffixNodeData | data [FLEXIBLE_ARRAY_MEMBER] |
AffixNodeData AffixNode::data[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 142 of file spell.h.
Referenced by FindAffixes(), mkANode(), and mkVoidAffix().
uint32 AffixNode::isvoid |
Definition at line 140 of file spell.h.
Referenced by FindAffixes().
uint32 AffixNode::length |
Definition at line 141 of file spell.h.
Referenced by FindAffixes(), and mkANode().