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 216 of file system_error.
|
inlinenoexcept |
Definition at line 218 of file system_error.
|
inlinenoexcept |
Definition at line 221 of file system_error.
|
inlinenoexcept |
Definition at line 226 of file system_error.
|
inlinenoexcept |
Definition at line 230 of file system_error.
|
inlinenoexcept |
Definition at line 252 of file system_error.
|
inlinenoexcept |
Definition at line 244 of file system_error.
|
inline |
Definition at line 256 of file system_error.
|
inlineexplicitnoexcept |
Definition at line 259 of file system_error.
|
inlinenoexcept |
Definition at line 240 of file system_error.
|
inlinenoexcept |
Definition at line 249 of file system_error.