Go to the source code of this file.
 | 
| 
#define  | _GLIBCXX_SYSTEM_ERROR | 
|   | 
 | 
| 
const error_category &  | std::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::system_category () noexcept | 
|   | 
 | 
| 
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.