|
HAL
|
This is the complete list of members for hal::Error, including all inherited members.
| Error()=default | hal::Error | |
| Error(Error &&)=default | hal::Error | |
| Error(const std::string &file, u32 line, const std::string &message) | hal::Error | inlineexplicit |
| Error(const Error &error) | hal::Error | inline |
| Error(const std::string &file, u32 line, const Error &error) | hal::Error | inline |
| Error(const std::string &file, u32 line, const Error &error, const std::string &message) | hal::Error | inline |
| get() const | hal::Error | inline |
| operator=(const Error &)=default | hal::Error | |
| operator=(Error &&)=default | hal::Error |