i3
ConfigResultIR Struct Reference

An intermediate representation of the result of a parse_config call. More...

#include <config_parser.h>

Collaboration diagram for ConfigResultIR:

Data Fields

struct parser_ctxctx
 
int next_state
 
bool has_errors
 

Detailed Description

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.

Field Documentation

◆ ctx

struct parser_ctx* ConfigResultIR::ctx

Definition at line 69 of file config_parser.h.

◆ has_errors

bool ConfigResultIR::has_errors

Definition at line 77 of file config_parser.h.

◆ next_state

int ConfigResultIR::next_state

Definition at line 74 of file config_parser.h.


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