|
VLC 4.0.0-dev
|
#include <vlc_getopt.h>
Data Fields | |
| const char * | name |
| bool | has_arg |
| bool | is_obsolete |
| int * | flag |
| int | val |
| int* vlc_option::flag |
Referenced by config_LoadCmdLine(), and vlc_getopt_long().
| bool vlc_option::has_arg |
Referenced by config_LoadCmdLine(), and vlc_getopt_long().
| bool vlc_option::is_obsolete |
Referenced by config_LoadCmdLine().
| const char* vlc_option::name |
Referenced by config_LoadCmdLine().
| int vlc_option::val |
Referenced by config_LoadCmdLine(), and vlc_getopt_long().