|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
成员的完整列表,这些成员属于 neforce::error_condition,包括所有继承而来的类成员
| assign(int val, const error_category &cat) noexcept | neforce::error_condition | inline |
| category() const noexcept | neforce::error_condition | inline |
| clear() noexcept | neforce::error_condition | inline |
| error_condition() noexcept=default | neforce::error_condition | |
| error_condition(int val, const error_category &cat) noexcept | neforce::error_condition | inline |
| error_condition(errc e) noexcept | neforce::error_condition | inlineexplicit |
| message() const | neforce::error_condition | inline |
| operator bool() const noexcept | neforce::error_condition | inlineexplicit |
| operator!=(const error_condition &rhs) const noexcept(noexcept(!(derived().equal_to(rhs)))) | neforce::icomparable< error_condition > | inline |
| operator<(const error_condition &rhs) const noexcept(noexcept(derived().less_than(rhs))) | neforce::icomparable< error_condition > | inline |
| operator<=(const error_condition &rhs) const noexcept(noexcept(!(rhs.less_than(derived())))) | neforce::icomparable< error_condition > | inline |
| operator==(const error_condition &rhs) const noexcept(noexcept(derived().equal_to(rhs))) | neforce::icomparable< error_condition > | inline |
| operator>(const error_condition &rhs) const noexcept(noexcept(rhs.less_than(derived()))) | neforce::icomparable< error_condition > | inline |
| operator>=(const error_condition &rhs) const noexcept(noexcept(!(derived().less_than(rhs)))) | neforce::icomparable< error_condition > | inline |
| value() const noexcept | neforce::error_condition | inline |