i3
Data Fields
Variable Struct Reference

Holds a user-assigned variable for parsing the configuration file. More...

#include <configuration.h>

Data Fields

char * key
 
char * value
 
char * next_match
 
 variables
 

Detailed Description

Holds a user-assigned variable for parsing the configuration file.

The key is replaced by value in every following line of the file.

Definition at line 67 of file configuration.h.

Field Documentation

◆ key

char* Variable::key

Definition at line 68 of file configuration.h.

Referenced by parse_file(), and upsert_variable().

◆ next_match

char* Variable::next_match

Definition at line 70 of file configuration.h.

Referenced by parse_file().

◆ value

char* Variable::value

Definition at line 69 of file configuration.h.

Referenced by parse_file(), and upsert_variable().

◆ variables

Variable::variables

Definition at line 73 of file configuration.h.


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