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

structure to store field list of parsed structs. A struct may have multiple field, and each field may be an array, or a struct. We use a single linked list to store the fields of a struct. More...

#include <struct_parse.h>

Collaboration diagram for struct_field:

Public Attributes

sstr_t name
 
int type
 
int is_array
 
sstr_t type_name
 
struct struct_fieldnext
 

Detailed Description

structure to store field list of parsed structs. A struct may have multiple field, and each field may be an array, or a struct. We use a single linked list to store the fields of a struct.


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