| FFmpeg
    | 
#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 163 of file cmdutils.h.
| const char* OptionDef::name | 
Definition at line 164 of file cmdutils.h.
Referenced by check_options(), find_option(), locate_option(), parse_option(), show_help_options(), split_commandline(), and uninit_options().
| int OptionDef::flags | 
Definition at line 165 of file cmdutils.h.
Referenced by add_opt(), check_options(), locate_option(), parse_optgroup(), parse_option(), show_help_options(), split_commandline(), uninit_options(), and write_option().
| void* OptionDef::dst_ptr | 
Definition at line 189 of file cmdutils.h.
Referenced by write_option().
Definition at line 190 of file cmdutils.h.
Referenced by write_option().
| size_t OptionDef::off | 
Definition at line 191 of file cmdutils.h.
Referenced by uninit_options(), and write_option().
| union { ... } OptionDef::u | 
Referenced by uninit_options(), and write_option().
| const char* OptionDef::help | 
Definition at line 193 of file cmdutils.h.
Referenced by parse_optgroup(), show_help_options(), and split_commandline().
| const char* OptionDef::argname | 
Definition at line 194 of file cmdutils.h.
Referenced by show_help_options().
 1.8.6
 1.8.6