Libav 0.7.1
|
#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 112 of file cmdutils.h.
const char* OptionDef::argname |
Definition at line 136 of file cmdutils.h.
Referenced by show_help_options().
int OptionDef::flags |
Definition at line 114 of file cmdutils.h.
Referenced by parse_options(), and show_help_options().
float* OptionDef::float_arg |
Definition at line 131 of file cmdutils.h.
Referenced by parse_options().
int(* OptionDef::func_arg)(const char *, const char *) |
Definition at line 132 of file cmdutils.h.
Referenced by parse_options().
const char* OptionDef::help |
Definition at line 135 of file cmdutils.h.
Referenced by show_help_options().
int64_t* OptionDef::int64_arg |
Definition at line 133 of file cmdutils.h.
Referenced by parse_options().
int* OptionDef::int_arg |
Definition at line 129 of file cmdutils.h.
Referenced by parse_options().
const char* OptionDef::name |
Definition at line 113 of file cmdutils.h.
Referenced by find_option(), parse_options(), and show_help_options().
char** OptionDef::str_arg |
Definition at line 130 of file cmdutils.h.
Referenced by parse_options().
union { ... } OptionDef::u |
Referenced by parse_options().