![]() |
Scarab
v3.1.0
Project 8 C++ Utility Library
|
Thrown when a required option is missing. More...
#include <CLI11.hpp>
Public Member Functions | |
RequiredError (std::string msg, ExitCodes exit_code) | |
RequiredError (std::string msg, int exit_code) | |
RequiredError (std::string name) | |
![]() | |
ParseError (std::string msg, ExitCodes exit_code) | |
ParseError (std::string msg, int exit_code) | |
![]() | |
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 RequiredError | Subcommand (size_t min_subcom) |
static RequiredError | Option (size_t min_option, size_t max_option, size_t used, const std::string &option_list) |
Protected Member Functions | |
RequiredError (std::string ename, std::string msg, int exit_code) | |
RequiredError (std::string ename, std::string msg, ExitCodes exit_code) | |
![]() | |
ParseError (std::string ename, std::string msg, int exit_code) | |
ParseError (std::string ename, std::string msg, ExitCodes exit_code) | |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inline |
|
inlineexplicit |
|
inlinestatic |
|
inlinestatic |