![]() |
Scarab
3.2.2
Project 8 C++ Utility Library
|
This is the complete list of members for RequiresError, including all inherited members.
Error(std::string name, std::string msg, int exit_code=static_cast< int >(ExitCodes::BaseClass)) | Error | inline |
Error(std::string name, std::string msg, ExitCodes exit_code) | Error | inline |
get_exit_code() const | Error | inline |
get_name() const | Error | inline |
ParseError(std::string ename, std::string msg, int exit_code) | ParseError | inlineprotected |
ParseError(std::string ename, std::string msg, ExitCodes exit_code) | ParseError | inlineprotected |
ParseError(std::string msg, ExitCodes exit_code) | ParseError | inline |
ParseError(std::string msg, int exit_code) | ParseError | inline |
RequiresError(std::string ename, std::string msg, int exit_code) | RequiresError | inlineprotected |
RequiresError(std::string ename, std::string msg, ExitCodes exit_code) | RequiresError | inlineprotected |
RequiresError(std::string msg, ExitCodes exit_code) | RequiresError | inline |
RequiresError(std::string msg, int exit_code) | RequiresError | inline |
RequiresError(std::string curname, std::string subname) | RequiresError | inline |