PostgreSQL Source Code  git master
AffixNode Struct Reference

#include <spell.h>

Data Fields

uint32 isvoid:1
 
uint32 length:31
 
AffixNodeData data [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 138 of file spell.h.

Field Documentation

◆ data

Definition at line 142 of file spell.h.

Referenced by FindAffixes(), mkANode(), and mkVoidAffix().

◆ isvoid

uint32 AffixNode::isvoid

Definition at line 140 of file spell.h.

Referenced by FindAffixes().

◆ length

uint32 AffixNode::length

Definition at line 141 of file spell.h.

Referenced by FindAffixes(), and mkANode().


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