![]() |
Scarab
v2.4.0
Project 8 C++ Utility Library
|
Thrown when the wrong number of arguments has been received. More...
#include <CLI11.hpp>

Public Member Functions | |
| ArgumentMismatch (std::string msg, ExitCodes exit_code) | |
| ArgumentMismatch (std::string msg, int exit_code) | |
| ArgumentMismatch (std::string msg) | |
| ArgumentMismatch (std::string name, int expected, size_t recieved) | |
Public Member Functions inherited from ParseError | |
| ParseError (std::string msg, ExitCodes exit_code) | |
| ParseError (std::string msg, int exit_code) | |
Public Member Functions inherited from Error | |
| int | get_exit_code () const |
| std::string | get_name () const |
| Error (std::string name, std::string msg, int exit_code=static_cast< int >(ExitCodes::BaseClass)) | |
| Error (std::string name, std::string msg, ExitCodes exit_code) | |
Static Public Member Functions | |
| static ArgumentMismatch | AtLeast (std::string name, int num) |
| static ArgumentMismatch | TypedAtLeast (std::string name, int num, std::string type) |
Protected Member Functions | |
| ArgumentMismatch (std::string ArgumentMismatch, std::string msg, int exit_code) | |
| ArgumentMismatch (std::string ArgumentMismatch, std::string msg, ExitCodes exit_code) | |
Protected Member Functions inherited from ParseError | |
| ParseError (std::string ParseError, std::string msg, int exit_code) | |
| ParseError (std::string ParseError, std::string msg, ExitCodes exit_code) | |
Thrown when the wrong number of arguments has been received.
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inlinestatic |
|
inlinestatic |
1.8.11