55 static bool parse(
const std::vector<std::string>& args,
const bool ignoreAppenders =
false);
66 static int check(
const std::string& arg1,
const std::string*
const arg2,
bool& ok,
const bool ignoreAppenders);
A storage for options typed value containers)
Parses command line arguments.
static bool parse(const std::vector< std::string > &args, const bool ignoreAppenders=false)
Parses the given command line arguments.
static int check(const std::string &arg1, const std::string *const arg2, bool &ok, const bool ignoreAppenders)
parses the previous arguments
static bool checkParameter(const std::string &arg1)
Returns the whether the given token is an option.
static bool processNonBooleanSingleSwitch(OptionsCont &oc, const std::string &arg, const bool append)
Extracts the parameter directly attached to an option.