Cppcheck
|
#include <library.h>
Public Member Functions | |
Error () | |
Error (ErrorCode e) | |
template<typename T > | |
Error (ErrorCode e, T &&r) | |
Public Attributes | |
ErrorCode | errorcode |
std::string | reason |
|
inline |
ErrorCode Library::Error::errorcode |
Definition at line 74 of file library.h.
Referenced by Library::load(), MainWindow::loadLibrary(), ProjectFileDialog::ProjectFileDialog(), and CmdLineParser::tryLoadLibrary().
std::string Library::Error::reason |
Definition at line 75 of file library.h.
Referenced by CmdLineParser::tryLoadLibrary().