coan 4.2.4
|
#include <get_options.h>
Data Fields | |
const char * | name |
int | cmd_code |
int | cmd_mask |
Info structure for a command option for get_command()
Definition at line 91 of file get_options.h.
Value to be returned if the command is matched
Definition at line 95 of file get_options.h.
Referenced by parse_args(), and parse_command_args().
Bits representing the command in a bit mask
Definition at line 97 of file get_options.h.
const char* cmd_option::name |
The name of the option
Definition at line 93 of file get_options.h.
Referenced by error_invalid_opt(), and get_command_option().