STLdoc
STLdocumentation
|
Public Member Functions | |
_Iostream_error_category () | |
virtual const char * | name () const _NOEXCEPT |
virtual string | message (int _Errcode) const |
Public Member Functions inherited from _Generic_error_category | |
_Generic_error_category () | |
Public Member Functions inherited from error_category | |
error_category () | |
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 |
Reimplemented from _Generic_error_category.
|
inlinevirtual |
Reimplemented from _Generic_error_category.