|
i3
|
An intermediate reprsentation 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 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 69 of file config_parser.h.
| struct parser_ctx* ConfigResultIR::ctx |
Definition at line 70 of file config_parser.h.
| bool ConfigResultIR::has_errors |
Definition at line 78 of file config_parser.h.
| int ConfigResultIR::next_state |
Definition at line 75 of file config_parser.h.