STLdoc
STLdocumentation
|
Public Member Functions | |
_Generic_error_category () _NOEXCEPT | |
virtual const char * | name () const _NOEXCEPT |
virtual string | message (int _Errcode) const |
Public Member Functions inherited from error_category | |
error_category () _NOEXCEPT | |
virtual | ~error_category () _NOEXCEPT |
virtual error_condition | default_error_condition (int _Errval) const _NOEXCEPT |
virtual bool | equivalent (int _Errval, const error_condition &_Cond) const _NOEXCEPT |
virtual bool | equivalent (const error_code &_Code, int _Errval) const _NOEXCEPT |
bool | operator== (const error_category &_Right) const _NOEXCEPT |
bool | operator!= (const error_category &_Right) const _NOEXCEPT |
bool | operator< (const error_category &_Right) const _NOEXCEPT |
error_category (const error_category &)=delete | |
error_category & | operator= (const error_category &)=delete |
Additional Inherited Members | |
Protected Types inherited from error_category | |
enum | : uintptr_t { _Future_addr = 1, _Generic_addr = 3, _Iostream_addr = 5, _System_addr = 7 } |
Protected Attributes inherited from error_category | |
uintptr_t | _Addr |
|
inline |
|
inlinevirtual |
Implements error_category.
Reimplemented in _Iostream_error_category, and _Future_error_category.
|
inlinevirtual |
Implements error_category.
Reimplemented in _Iostream_error_category, and _Future_error_category.