#include <getopt_long.h>
Data Fields | |
const char * | name |
int | has_arg |
int * | flag |
int | val |
Definition at line 24 of file getopt_long.h.
int* option::flag |
Definition at line 28 of file getopt_long.h.
Referenced by getopt_long().
int option::has_arg |
Definition at line 27 of file getopt_long.h.
const char* option::name |
Definition at line 26 of file getopt_long.h.
Referenced by getopt_long().
int option::val |
Definition at line 29 of file getopt_long.h.
Referenced by getopt_long().