libcosmos
Linux C++ System Programming Library
|
This is the complete list of members for cosmos::FileError, including all inherited members.
ApiError(const std::string_view prefix) | cosmos::ApiError | explicit |
ApiError(const std::string_view prefix, const Errno err) | cosmos::ApiError | |
COSMOS_ERROR_IMPL (defined in cosmos::FileError) | cosmos::FileError | |
CosmosError(const std::string_view error_class, const std::string_view fixed_text={}) (defined in cosmos::CosmosError) | cosmos::CosmosError | inlineexplicit |
errnum() const | cosmos::ApiError | inline |
FileError(const SysString path, const std::string_view operation) (defined in cosmos::FileError) | cosmos::FileError | |
generateMsg() const override | cosmos::FileError | protectedvirtual |
m_errno (defined in cosmos::ApiError) | cosmos::ApiError | protected |
m_error_class | cosmos::CosmosError | protected |
m_file (defined in cosmos::CosmosError) | cosmos::CosmosError | protected |
m_func (defined in cosmos::CosmosError) | cosmos::CosmosError | protected |
m_line (defined in cosmos::CosmosError) | cosmos::CosmosError | protected |
m_msg | cosmos::CosmosError | mutableprotected |
m_msg_generated | cosmos::CosmosError | mutableprotected |
m_operation (defined in cosmos::FileError) | cosmos::FileError | protected |
m_path (defined in cosmos::FileError) | cosmos::FileError | protected |
msg() const | cosmos::ApiError | inline |
msg(const Errno err) | cosmos::ApiError | static |
raise()=0 | cosmos::CosmosError | pure virtual |
setErrorClass(const std::string_view error_class) | cosmos::CosmosError | inlineprotected |
setInfo(const char *file, const size_t line, const char *func) | cosmos::CosmosError | inline |
shortWhat() const | cosmos::CosmosError | |
what() const override | cosmos::CosmosError |