Zen-C
Loading...
Searching...
No Matches
EnumVariantReg Struct Reference

Registry of enum variants. More...

#include <parser.h>

Collaboration diagram for EnumVariantReg:

Data Fields

char * enum_name
 Name of the enum.
 
char * variant_name
 Name of the variant.
 
int tag_id
 Integration tag value.
 
struct EnumVariantRegnext
 

Detailed Description

Registry of enum variants.

Field Documentation

◆ enum_name

char* EnumVariantReg::enum_name

Name of the enum.

◆ next

struct EnumVariantReg* EnumVariantReg::next

◆ tag_id

int EnumVariantReg::tag_id

Integration tag value.

◆ variant_name

char* EnumVariantReg::variant_name

Name of the variant.


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