libcosmos
Linux C++ System Programming Library
|
This is the complete list of members for cosmos::RangeError, 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::ApiError) | cosmos::ApiError | |
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 |
generateMsg() const override | cosmos::ApiError | 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_required_length (defined in cosmos::RangeError) | cosmos::RangeError | protected |
msg() const | cosmos::ApiError | inline |
msg(const Errno err) | cosmos::ApiError | static |
raise()=0 | cosmos::CosmosError | pure virtual |
RangeError(const std::string_view operation, const size_t required_length=0) (defined in cosmos::RangeError) | cosmos::RangeError | inlineexplicit |
requiredLength() const (defined in cosmos::RangeError) | cosmos::RangeError | inline |
requiredLengthKnown() const (defined in cosmos::RangeError) | cosmos::RangeError | inline |
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 |