Does not output a diagnostic in CLI11_PARSE, but allows main() to return with a specific error code.
More...
#include <CLI11.hpp>
Does not output a diagnostic in CLI11_PARSE, but allows main() to return with a specific error code.
◆ RuntimeError() [1/5]
CLI::RuntimeError::RuntimeError |
( |
std::string |
ename, |
|
|
std::string |
msg, |
|
|
int |
exit_code |
|
) |
| |
|
inlineprotected |
◆ RuntimeError() [2/5]
CLI::RuntimeError::RuntimeError |
( |
std::string |
ename, |
|
|
std::string |
msg, |
|
|
ExitCodes |
exit_code |
|
) |
| |
|
inlineprotected |
◆ RuntimeError() [3/5]
CLI::RuntimeError::RuntimeError |
( |
std::string |
msg, |
|
|
ExitCodes |
exit_code |
|
) |
| |
|
inline |
◆ RuntimeError() [4/5]
CLI::RuntimeError::RuntimeError |
( |
std::string |
msg, |
|
|
int |
exit_code |
|
) |
| |
|
inline |
◆ RuntimeError() [5/5]
CLI::RuntimeError::RuntimeError |
( |
int |
exit_code = 1 | ) |
|
|
inlineexplicit |
The documentation for this class was generated from the following file: