|
i3
|
An intermediate reprsentation of the result of a parse_config call. More...
#include <config_parser.h>
Data Fields | |
| yajl_gen | json_gen |
| int | next_state |
An intermediate reprsentation of the result of a parse_config call.
Currently unused, but the JSON output will be useful in the future when we implement a config parsing IPC command.
Definition at line 25 of file config_parser.h.
| yajl_gen ConfigResultIR::json_gen |
Definition at line 27 of file config_parser.h.
Referenced by next_state(), parse_config(), and parse_file().
| int ConfigResultIR::next_state |
Definition at line 32 of file config_parser.h.
Referenced by next_state().