i3
|
An intermediate representation of the result of a parse_config call. More...
#include <config_parser.h>
Data Fields | |
struct parser_ctx * | ctx |
int | next_state |
bool | has_errors |
An intermediate representation 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 68 of file config_parser.h.
struct parser_ctx* ConfigResultIR::ctx |
Definition at line 69 of file config_parser.h.
bool ConfigResultIR::has_errors |
Definition at line 77 of file config_parser.h.
int ConfigResultIR::next_state |
Definition at line 74 of file config_parser.h.