![]() |
Scarab
v2.4.3
Project 8 C++ Utility Library
|
Does not output a diagnostic in CLI11_PARSE, but allows to return from main() with a specific error code. More...
#include <CLI11.hpp>
Public Member Functions | |
RuntimeError (std::string msg, ExitCodes exit_code) | |
RuntimeError (std::string msg, int exit_code) | |
RuntimeError (int exit_code=1) | |
![]() | |
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) | |
Protected Member Functions | |
RuntimeError (std::string RuntimeError, std::string msg, int exit_code) | |
RuntimeError (std::string RuntimeError, std::string msg, ExitCodes exit_code) | |
![]() | |
ParseError (std::string ParseError, std::string msg, int exit_code) | |
ParseError (std::string ParseError, std::string msg, ExitCodes exit_code) | |
Does not output a diagnostic in CLI11_PARSE, but allows to return from main() with a specific error code.
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inline |
|
inlineexplicit |