![]() |
Scarab
2.8.1
Project 8 C++ Utility Library
|
Thrown when an option already exists. More...
#include <CLI11.hpp>

Public Member Functions | |
| OptionAlreadyAdded (std::string msg, ExitCodes exit_code) | |
| OptionAlreadyAdded (std::string msg, int exit_code) | |
| OptionAlreadyAdded (std::string name) | |
Public Member Functions inherited from ConstructionError | |
| ConstructionError (std::string msg, ExitCodes exit_code) | |
| ConstructionError (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 OptionAlreadyAdded | Requires (std::string name, std::string other) |
| static OptionAlreadyAdded | Excludes (std::string name, std::string other) |
Protected Member Functions | |
| OptionAlreadyAdded (std::string ename, std::string msg, int exit_code) | |
| OptionAlreadyAdded (std::string ename, std::string msg, ExitCodes exit_code) | |
Protected Member Functions inherited from ConstructionError | |
| ConstructionError (std::string ename, std::string msg, int exit_code) | |
| ConstructionError (std::string ename, std::string msg, ExitCodes exit_code) | |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inline |
|
inlineexplicit |
|
inlinestatic |
|
inlinestatic |
1.8.13