libstdc++
|
default_error_condition(int __i) const noexcept (defined in std::error_category) | std::error_category | [virtual] |
equivalent(int __i, const error_condition &__cond) const noexcept (defined in std::error_category) | std::error_category | [virtual] |
equivalent(const error_code &__code, int __i) const noexcept (defined in std::error_category) | std::error_category | [virtual] |
error_category() noexcept (defined in std::error_category) | std::error_category | [protected] |
error_category(const error_category &) (defined in std::error_category) | std::error_category | |
message(int) const =0 (defined in std::error_category) | std::error_category | [pure virtual] |
name() const noexcept=0 (defined in std::error_category) | std::error_category | [pure virtual] |
operator!=(const error_category &__other) const noexcept (defined in std::error_category) | std::error_category | [inline] |
operator<(const error_category &__other) const noexcept (defined in std::error_category) | std::error_category | [inline] |
operator=(const error_category &) (defined in std::error_category) | std::error_category | |
operator==(const error_category &__other) const noexcept (defined in std::error_category) | std::error_category | [inline] |
~error_category() noexcept (defined in std::error_category) | std::error_category | [virtual] |