termstyle 1.0.0-pre.3
An open-source C++ header file that enables developers to easily define and apply customizable style presets for terminal outputs such as warnings, infos, and errors.
|
This is the complete list of members for Error, including all inherited members.
Error(std::string name, std::string msg, int exit_code=static_cast< int >(ExitCodes::BaseClass)) (defined in Error) | Error | inline |
Error(std::string name, std::string msg, ExitCodes exit_code) (defined in Error) | Error | inline |
getErrorName() const (defined in Error) | Error | inline |
getExitCode() const (defined in Error) | Error | inline |