i3
|
Holds a user-assigned variable for parsing the configuration file. More...
#include <config.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.
Variable::SLIST_ENTRY | ( | Variable | ) |
char* Variable::key |
Definition at line 60 of file config.h.
Referenced by parse_file().
char* Variable::next_match |
Definition at line 62 of file config.h.
Referenced by parse_file().
char* Variable::value |
Definition at line 61 of file config.h.
Referenced by parse_file().