NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::error_category 成员列表

成员的完整列表,这些成员属于 neforce::error_category,包括所有继承而来的类成员

default_error_condition(int32_t ev) const noexceptneforce::error_categoryvirtual
equivalent(int code, const error_condition &condition) const noexceptneforce::error_categoryvirtual
equivalent(const error_code &code, int condition) const noexceptneforce::error_categoryvirtual
generic() noexceptneforce::error_categoryinlinestatic
message(int32_t ev) const =0neforce::error_categorypure virtual
name() const noexcept=0neforce::error_categorypure virtual
operator!=(const error_category &rhs) const noexcept(noexcept(!(derived().equal_to(rhs))))neforce::icomparable< error_category >inline
operator<(const error_category &rhs) const noexcept(noexcept(derived().less_than(rhs)))neforce::icomparable< error_category >inline
operator<=(const error_category &rhs) const noexcept(noexcept(!(rhs.less_than(derived()))))neforce::icomparable< error_category >inline
operator==(const error_category &rhs) const noexcept(noexcept(derived().equal_to(rhs)))neforce::icomparable< error_category >inline
operator>(const error_category &rhs) const noexcept(noexcept(rhs.less_than(derived())))neforce::icomparable< error_category >inline
operator>=(const error_category &rhs) const noexcept(noexcept(!(derived().less_than(rhs))))neforce::icomparable< error_category >inline
system() noexceptneforce::error_categoryinlinestatic