|
Electroneum
|
#include <config_file.h>

Public Attributes | |
| char * | filename |
| int | line |
| int | errors |
| struct config_file * | cfg |
| const char * | chroot |
Used during options parsing
Definition at line 1078 of file config_file.h.
| struct config_file* config_parser_state::cfg |
the result of parsing is stored here.
Definition at line 1086 of file config_file.h.
| const char* config_parser_state::chroot |
the current chroot dir (or NULL if none)
Definition at line 1088 of file config_file.h.
| int config_parser_state::errors |
number of errors encountered
Definition at line 1084 of file config_file.h.
| char* config_parser_state::filename |
name of file being parser
Definition at line 1080 of file config_file.h.
| int config_parser_state::line |
line number in the file, starts at 1
Definition at line 1082 of file config_file.h.