Lugdunum
0.1.0
|
This is the complete list of members for lug::System::Exception, including all inherited members.
_description | lug::System::Exception | private |
_file | lug::System::Exception | private |
_fullDesc | lug::System::Exception | mutableprivate |
_function | lug::System::Exception | private |
_line | lug::System::Exception | private |
_typeName | lug::System::Exception | private |
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 | |
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 |