Classes | |
struct | option |
Macros | |
#define | no_argument 0 |
#define | required_argument 1 |
#define | optional_argument 2 |
Functions | |
int | GetOption (int argc, char **argv, const char *pszValidOpts, const char **ppszParam) |
int | getopt (int argc, char *const argv[], const char *optstring) |
int | getopt_long (int, char **, char *, struct option *, int *) |
Variables | |
int | opterr |
int | optind |
int | optopt |
int | optreset |
char * | optarg |
#define no_argument 0 |
#define optional_argument 2 |
#define required_argument 1 |
int getopt | ( | int | argc, |
char *const | argv[], | ||
const char * | optstring | ||
) |
int getopt_long | ( | int | , |
char ** | , | ||
char * | , | ||
struct option * | , | ||
int * | |||
) |
int GetOption | ( | int | argc, |
char ** | argv, | ||
const char * | pszValidOpts, | ||
const char ** | ppszParam | ||
) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |