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

structure to store a single enum value (name-index pair). Enum values are stored as a linked list. More...

#include <struct_parse.h>

Collaboration diagram for enum_value:

Public Attributes

sstr_t name
 
int index
 
int is_deprecated
 
struct enum_valuenext
 

Detailed Description

structure to store a single enum value (name-index pair). Enum values are stored as a linked list.


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