LibOFX
|
The additional parameters to pass to parser functions. More...
#include <cmdline.h>
Data Fields | |
int | override |
whether to override possibly already present options (default 0) | |
int | initialize |
whether to initialize the option structure gengetopt_args_info (default 1) | |
int | check_required |
whether to check that all required options were provided (default 1) | |
int | check_ambiguity |
whether to check for options already specified in the option structure gengetopt_args_info (default 0) | |
int | print_errors |
whether getopt_long should print an error message for a bad option (default 1) | |
The additional parameters to pass to parser functions.
Definition at line 108 of file ofxconnect/cmdline.h.
int cmdline_parser_params::check_ambiguity |
whether to check for options already specified in the option structure gengetopt_args_info (default 0)
Definition at line 113 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser2(), and cmdline_parser_params_init().
int cmdline_parser_params::check_required |
whether to check that all required options were provided (default 1)
Definition at line 112 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser2(), and cmdline_parser_params_init().
int cmdline_parser_params::initialize |
whether to initialize the option structure gengetopt_args_info (default 1)
Definition at line 111 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser2(), and cmdline_parser_params_init().
int cmdline_parser_params::override |
whether to override possibly already present options (default 0)
Definition at line 110 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser2(), and cmdline_parser_params_init().
int cmdline_parser_params::print_errors |
whether getopt_long should print an error message for a bad option (default 1)
Definition at line 114 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser2(), and cmdline_parser_params_init().