i3
Data Fields
ConfigResultIR Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ json_gen

yajl_gen ConfigResultIR::json_gen

Definition at line 27 of file config_parser.h.

Referenced by next_state(), parse_config(), and parse_file().

◆ next_state

int ConfigResultIR::next_state

Definition at line 32 of file config_parser.h.

Referenced by next_state().


The documentation for this struct was generated from the following file: