Go to the source code of this file.
#define CLP_ERR_MSG "Error, the option --"<<opt_val_name<<" was required but was not set!" |
Value:"Error, the value \"" << enum_str_val << "\" for the " \
<< j<<(j==1?"st":(j==2?"nd":(j==3?"rd":"th"))) << " option --" \
<< enum_opt_name << " was not recognized (use --help)!"
Value:( recogniseAllOptions() ? "Error" : "Warning" ) \
<< ", option --" << enum_opt_name << " was given an invalid " \
"initial option value of " << opt_value << "!"
Value:( recogniseAllOptions() ? "Error" : "Warning" ) \
<< ", the " << j<<(j==1?"st":(j==2?"nd":(j==3?"rd":"th"))) \
<< " option \'" << argv[argv_i] << "\' was not recognized (use --help)!"