coan 4.2.4
|
Go to the source code of this file.
Data Structures | |
struct | option |
struct | cmd_option |
struct | exclusion_list |
Typedefs | |
typedef struct cmd_option | cmd_option_t |
Enumerations | |
enum | { no_argument, required_argument, optional_argument } |
Functions | |
cmd_option_t const * | get_command_option (int argc, char *argv[], cmd_option_t const *commands) |
bool | opts_are_compatible (int opt_excluder, int opt_excluded, struct exclusion_list const *exclusions, bool indexed) |
int | getopt_long (int argc, char *argv[], const char *optstr, struct option const *longopts, int *longind) |
const char * | get_long_opt_name (struct option const *longopts, int opt) |
Variables | |
int | optind |
int | optopt |
char * | optarg |
This file provides the Get Options component interface
Definition in file get_options.h.