Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

cfg_option Struct Reference

Structure for defining one config option. More...

#include <cfg+.h>


Data Fields

const char * cmdline_long_name
const char cmdline_short_name
const char * cfgfile_name
const enum cfg_option_type type
void * value
int val


Detailed Description

Structure for defining one config option.


Field Documentation

const char* cfg_option::cfgfile_name
 

Config file name (may be NULL)

const char* cfg_option::cmdline_long_name
 

Command line long name (may be NULL)

const char cfg_option::cmdline_short_name
 

Command line short name (may be '\0')

const enum cfg_option_type cfg_option::type
 

Option type

See also:
cfg_option_type

int cfg_option::val
 

Return value (set to 0 for not return)

void* cfg_option::value
 

Pointer where to store value of option


The documentation for this struct was generated from the following file:
Generated on Wed Jun 12 00:51:17 2002 for libcfg+ by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001