getopt_long option More...
#include <getopt_long.h>
Public Attributes | |
int * | flag |
int | has_arg |
const char * | name |
int | val |
getopt_long option
Definition at line 26 of file getopt_long.h.
int* option::flag |
pointer to a variable to set (if NULL
, the value is returned instead)
Definition at line 30 of file getopt_long.h.
int option::has_arg |
flag indicating whether the option has no, required or optional argument
Definition at line 29 of file getopt_long.h.
const char* option::name |
option long name
Definition at line 28 of file getopt_long.h.
int option::val |
value to set or to return
Definition at line 31 of file getopt_long.h.