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