enum_list Struct Reference
#include <parse.h>
Collaboration diagram for enum_list:
Public Attributes | |
struct enum_list * | next |
int | value |
char * | label |
Detailed Description
Member Data Documentation
◆ label
char* enum_list::label |
Definition at line 44 of file parse.h.
Referenced by parse_objecttype().
◆ next
struct enum_list* enum_list::next |
Definition at line 42 of file parse.h.
Referenced by free_node(), and parse_objecttype().
◆ value
int enum_list::value |
Definition at line 43 of file parse.h.
Referenced by parse_objecttype().
The documentation for this struct was generated from the following file:
- include/parse.h