#include <cmdutils.h>
Data Fields | |
const char * | name |
int | flags |
union { | |
int * int_arg | |
char ** str_arg | |
float * float_arg | |
int(* func_arg )(const char *, const char *) | |
int64_t * int64_arg | |
} | u |
const char * | help |
const char * | argname |
Definition at line 116 of file cmdutils.h.
const char* OptionDef::argname |
int OptionDef::flags |
float* OptionDef::float_arg |
int(* OptionDef::func_arg)(const char *, const char *) |
Referenced by parse_options().
const char* OptionDef::help |
int64_t* OptionDef::int64_arg |
int* OptionDef::int_arg |
const char* OptionDef::name |
Definition at line 117 of file cmdutils.h.
Referenced by find_option(), parse_options(), and show_help_options().
char** OptionDef::str_arg |
union { ... } OptionDef::u |
Referenced by parse_options().