sisi4s
Loading...
Searching...
No Matches
CLI::ArgumentMismatch Member List

This is the complete list of members for CLI::ArgumentMismatch, including all inherited members.

ArgumentMismatch(std::string ename, std::string msg, int exit_code)CLI::ArgumentMismatchinlineprotected
ArgumentMismatch(std::string ename, std::string msg, ExitCodes exit_code)CLI::ArgumentMismatchinlineprotected
ArgumentMismatch(std::string msg, ExitCodes exit_code)CLI::ArgumentMismatchinline
ArgumentMismatch(std::string msg, int exit_code)CLI::ArgumentMismatchinline
ArgumentMismatch(std::string msg)CLI::ArgumentMismatchinlineexplicit
ArgumentMismatch(std::string name, int expected, std::size_t received)CLI::ArgumentMismatchinline
AtLeast(std::string name, int num, std::size_t received)CLI::ArgumentMismatchinlinestatic
AtMost(std::string name, int num, std::size_t received)CLI::ArgumentMismatchinlinestatic
Error(std::string name, std::string msg, int exit_code=static_cast< int >(ExitCodes::BaseClass))CLI::Errorinline
Error(std::string name, std::string msg, ExitCodes exit_code)CLI::Errorinline
FlagOverride(std::string name)CLI::ArgumentMismatchinlinestatic
get_exit_code() constCLI::Errorinline
get_name() constCLI::Errorinline
ParseError(std::string ename, std::string msg, int exit_code)CLI::ParseErrorinlineprotected
ParseError(std::string ename, std::string msg, ExitCodes exit_code)CLI::ParseErrorinlineprotected
ParseError(std::string msg, ExitCodes exit_code)CLI::ParseErrorinline
ParseError(std::string msg, int exit_code)CLI::ParseErrorinline
TypedAtLeast(std::string name, int num, std::string type)CLI::ArgumentMismatchinlinestatic