#include <cmdutils.h>
Data Fields | |
| const char * | name |
| int | flags |
| union { | |
| void * dst_ptr | |
| int(* func_arg )(void *, const char *, const char *) | |
| size_t off | |
| } | u |
| const char * | help |
| const char * | argname |
Definition at line 142 of file cmdutils.h.
| const char* OptionDef::argname |
| void* OptionDef::dst_ptr |
Definition at line 144 of file cmdutils.h.
Referenced by locate_option(), parse_option(), reset_options(), and show_help_options().
| int(* OptionDef::func_arg)(void *, const char *, const char *) |
Referenced by parse_option().
| const char* OptionDef::help |
| const char* OptionDef::name |
Definition at line 143 of file cmdutils.h.
Referenced by find_option(), locate_option(), parse_option(), reset_options(), and show_help_options().
| size_t OptionDef::off |
| union { ... } OptionDef::u |
Referenced by parse_option(), and reset_options().
1.5.8