|
libstdc++
|
Go to the source code of this file.
Classes | |
| class | std::_V2::error_category |
| error_category More... | |
| struct | std::error_code |
| error_code More... | |
| struct | std::error_condition |
| error_condition More... | |
| struct | std::hash< error_code > |
| std::hash specialization for error_code. More... | |
| struct | std::is_error_code_enum< _Tp > |
| is_error_code_enum More... | |
| struct | std::is_error_condition_enum< _Tp > |
| is_error_condition_enum More... | |
| class | std::system_error |
| Thrown to indicate error code of underlying system. More... | |
Namespaces | |
| namespace | std |
Defines | |
| #define | _GLIBCXX_SYSTEM_ERROR |
Functions | |
| const error_category & | std::_V2::generic_category () noexcept |
| error_code | std::make_error_code (errc __e) noexcept |
| error_condition | std::make_error_condition (errc __e) noexcept |
| bool | std::operator!= (const error_code &__lhs, const error_code &__rhs) noexcept |
| bool | std::operator!= (const error_code &__lhs, const error_condition &__rhs) noexcept |
| bool | std::operator!= (const error_condition &__lhs, const error_code &__rhs) noexcept |
| bool | std::operator!= (const error_condition &__lhs, const error_condition &__rhs) noexcept |
| bool | std::operator< (const error_code &__lhs, const error_code &__rhs) noexcept |
| bool | std::operator< (const error_condition &__lhs, const error_condition &__rhs) noexcept |
| template<typename _CharT , typename _Traits > | |
| basic_ostream< _CharT, _Traits > & | std::operator<< (basic_ostream< _CharT, _Traits > &__os, const error_code &__e) |
| bool | std::operator== (const error_code &__lhs, const error_code &__rhs) noexcept |
| bool | std::operator== (const error_code &__lhs, const error_condition &__rhs) noexcept |
| bool | std::operator== (const error_condition &__lhs, const error_code &__rhs) noexcept |
| bool | std::operator== (const error_condition &__lhs, const error_condition &__rhs) noexcept |
| const error_category & | std::_V2::system_category () noexcept |
Variables | |
| error_code | std::make_error_code (errc) noexcept |
| error_condition | std::make_error_condition (errc) noexcept |
This is a Standard C++ Library header.
Definition in file system_error.