libstdc++
|
#include <system_error>
Public Member Functions | |
template<typename _ErrorConditionEnum , typename = typename enable_if<is_error_condition_enum<_ErrorConditionEnum>::value>::type> | |
error_condition (_ErrorConditionEnum __e) noexcept | |
error_condition (int __v, const error_category &__cat) noexcept | |
void | assign (int __v, const error_category &__cat) noexcept |
const error_category & | category () const noexcept |
void | clear () noexcept |
_GLIBCXX_DEFAULT_ABI_TAG string | message () const |
operator bool () const noexcept | |
template<typename _ErrorConditionEnum > | |
enable_if< is_error_condition_enum< _ErrorConditionEnum >::value, error_condition & >::type | operator= (_ErrorConditionEnum __e) noexcept |
int | value () const noexcept |
error_condition
Definition at line 224 of file system_error.
|
inlinenoexcept |
Definition at line 226 of file system_error.
|
inlinenoexcept |
Definition at line 229 of file system_error.
|
inlinenoexcept |
Definition at line 234 of file system_error.
|
inlinenoexcept |
Definition at line 238 of file system_error.
|
inlinenoexcept |
Definition at line 260 of file system_error.
|
inlinenoexcept |
Definition at line 252 of file system_error.
|
inline |
Definition at line 264 of file system_error.
|
inlineexplicitnoexcept |
Definition at line 267 of file system_error.
|
inlinenoexcept |
Definition at line 248 of file system_error.
|
inlinenoexcept |
Definition at line 257 of file system_error.