|
i3
|
#include <config_parser.h>
Data Structures | |
| union | [union].val |
Public Types | |
| enum | { STACK_STR = 0 , STACK_LONG = 1 } |
Data Fields | |
| const char * | identifier |
| enum { ... } | type |
| union | val |
Definition at line 19 of file config_parser.h.
| anonymous enum |
| Enumerator | |
|---|---|
| STACK_STR | |
| STACK_LONG | |
Definition at line 22 of file config_parser.h.
| const char* stack_entry::identifier |
Definition at line 21 of file config_parser.h.
Referenced by clear_stack(), clear_stack(), get_long(), get_long(), get_string(), get_string(), push_long(), push_long(), push_string(), and push_string().
Referenced by clear_stack(), clear_stack(), push_long(), push_long(), push_string(), and push_string().
| union stack_entry::[union].val stack_entry::val |
Referenced by clear_stack(), clear_stack(), get_long(), get_long(), get_string(), get_string(), push_long(), push_long(), push_string(), and push_string().