libcfg+
0.7.0
|
Structure for defining one config option. More...
#include <cfg+.h>
Data Fields | |
const char * | cmdline_long_name |
Command line long name (may be NULL) | |
const char | cmdline_short_name |
Command line short name (may be '\0') | |
const char * | cfgfile_name |
Config file name (may be NULL) | |
enum cfg_option_type | type |
Option type. More... | |
void * | value |
Pointer where to store value of option. | |
int | val |
Return value (set to 0 for not return) | |
Structure for defining one config option.
enum cfg_option_type cfg_option::type |
Option type.