i3
|
Holds a user-assigned variable for parsing the configuration file. More...
#include <configuration.h>
Public Member Functions | |
SLIST_ENTRY (Variable) variables | |
Data Fields | |
char * | key |
char * | value |
char * | next_match |
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.
Variable::SLIST_ENTRY | ( | Variable | ) |
char* Variable::key |
Definition at line 68 of file configuration.h.
Referenced by free_variables(), parse_file(), and upsert_variable().
char* Variable::next_match |
Definition at line 70 of file configuration.h.
Referenced by parse_file().
char* Variable::value |
Definition at line 69 of file configuration.h.
Referenced by free_variables(), parse_file(), and upsert_variable().