#include <cfg+.h>
Data Fields | |
Shared properties | |
enum cfg_context_type | type |
int | flags |
const struct cfg_option * | options |
int * | used_opt_idx |
enum cfg_error | error_code |
char ** | prop [CFG_N_PROPS] |
Command line specific properties | |
int | argc |
char ** | argv |
int | cur_idx |
int | cur_idx_tmp |
int | cur_opt_type |
char * | cur_opt |
char * | cur_arg |
Config file specific properties. | |
long | begin_pos |
long | end_pos |
char * | filename |
FILE * | fhandle |
|
Error code of last occured error. |
|
Flags |
|
Options table |
|
Special properties |
|
Context type (command line or config file) |
|
Array of used options indexes |