Lugdunum
0.1.0
|
This is the complete list of members for lug::System::IOException, including all inherited members.
Exception(const char *typeName, const std::string &description, const char *file, const char *function, uint32_t line) | lug::System::Exception | |
Exception(Exception &&other)=default | lug::System::Exception | |
Exception(const Exception &other)=default | lug::System::Exception | |
getDescription() const | lug::System::Exception | |
getFile() const | lug::System::Exception | |
getFunction() const | lug::System::Exception | |
getLine() const | lug::System::Exception | |
getTypeName() const | lug::System::Exception | |
IOException(const std::string &description, const char *file, const char *function, uint32_t line) | lug::System::IOException | inline |
operator=(const Exception &other)=default | lug::System::Exception | |
operator=(Exception &&other)=default | lug::System::Exception | |
what() const noexcept override | lug::System::Exception | |
~Exception() | lug::System::Exception | inlinevirtual |