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

#include <spell.h>

Data Fields

union { 
 
   const char *   flag 
 
   struct { 
 
      int   affix 
 
      int   len 
 
   }   d 
 
p 
 
char word [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 61 of file spell.h.

Field Documentation

◆ affix

int spell_struct::affix

Definition at line 74 of file spell.h.

◆ [struct]

struct { ... } spell_struct::d

◆ flag

const char* spell_struct::flag

Definition at line 69 of file spell.h.

◆ len

int spell_struct::len

Definition at line 76 of file spell.h.

◆ [union]

union { ... } spell_struct::p

◆ word

char spell_struct::word[FLEXIBLE_ARRAY_MEMBER]

Definition at line 79 of file spell.h.


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