Go to the source code of this file.
Classes | |
| struct | option |
Macros | |
| #define | _GETOPT_H 1 |
| #define | MTS_EXPORT_CORE __declspec(dllexport) |
| #define | no_argument 0 |
| #define | required_argument 1 |
| #define | optional_argument 2 |
Functions | |
| __declspec (dllexport) char *optarg | |
Variables | |
| char *const * | __argv |
| char *const const char * | __shortopts |
| char *const const char const struct option * | __longopts |
| char *const const char const struct option int * | __longind |
| char *const const char const struct option int int | __long_only |
| #define _GETOPT_H 1 |
| #define MTS_EXPORT_CORE __declspec(dllexport) |
| #define no_argument 0 |
| #define optional_argument 2 |
| #define required_argument 1 |
| __declspec | ( | dllexport | ) |
| char *const * __argv |
| char* const const char const struct option int int __long_only |
| char *const const char const struct option int * __longind |
| char *const const char const struct option * __longopts |
| char *const const char * __shortopts |