libcosmos
Linux C++ System Programming Library
|
This is the complete list of members for cosmos::InternalError, including all inherited members.
COSMOS_ERROR_IMPL (defined in cosmos::InternalError) | cosmos::InternalError | |
CosmosError(const std::string_view error_class, const std::string_view fixed_text={}) (defined in cosmos::CosmosError) | cosmos::CosmosError | inlineexplicit |
generateMsg() const | cosmos::CosmosError | inlineprotectedvirtual |
InternalError(const std::string_view msg) (defined in cosmos::InternalError) | cosmos::InternalError | inlineexplicit |
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 |
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 |