|
i3
|
List entry struct for an included file. More...
#include <configuration.h>
Public Member Functions | |
| TAILQ_ENTRY (IncludedFile) files | |
Data Fields | |
| char * | path |
| char * | raw_contents |
| char * | variable_replaced_contents |
List entry struct for an included file.
Definition at line 78 of file configuration.h.
| IncludedFile::TAILQ_ENTRY | ( | IncludedFile | ) |
| char* IncludedFile::path |
Definition at line 79 of file configuration.h.
Referenced by CFGFUN(), display_running_version(), IPC_HANDLER(), load_configuration(), and version_string().
| char* IncludedFile::raw_contents |
Definition at line 80 of file configuration.h.
Referenced by CFGFUN(), IPC_HANDLER(), load_configuration(), and parse_file().
| char* IncludedFile::variable_replaced_contents |
Definition at line 81 of file configuration.h.
Referenced by CFGFUN(), IPC_HANDLER(), load_configuration(), and parse_file().