Parser state.
#include <cfg_parser.h>
Data Fields
-
int col
- Column index.
-
struct cfg_token * cur_opt
- Current option.
-
FILE * f
- Handle of the currently open file.
-
char * file
- Current file name.
-
int line
- Current line.
-
struct cfg_option * options
- Array of supported options.
-
void * param
- Parameter value for the parser function.
-
cfg_func_f parser
- Section parser function.
Detailed Description
Definition at line 138 of file cfg_parser.h.
The documentation for this struct was generated from the following file: