json-gen-c  0.1.5
json-gen-c generate C code for json manipulation
oneof_variant Struct Reference

structure to store a single variant of a oneof (tagged union). Variants are stored as a linked list. More...

#include <struct_parse.h>

Collaboration diagram for oneof_variant:

Public Attributes

sstr_t name
 
sstr_t struct_type_name
 
int index
 
int is_deprecated
 
struct oneof_variantnext
 

Detailed Description

structure to store a single variant of a oneof (tagged union). Variants are stored as a linked list.


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