#include <config_file.h>
Data Fields | |
| char * | filename |
| name of file being parser | |
| int | line |
| line number in the file, starts at 1 | |
| int | errors |
| number of errors encountered | |
| struct config_file * | cfg |
| the result of parsing is stored here. | |
struct config_file* config_parser_state::cfg [read] |
the result of parsing is stored here.
1.5.6