STLdoc
STLdocumentation
|
This is the complete list of members for ios_base::failure, including all inherited members.
_Doraise() const | ios_base::failure | inlineprotectedvirtual |
_Mycode | _System_error | protected |
_System_error(error_code _Errcode, const string &_Message) | _System_error | inlineprotected |
code() const _NOEXCEPT | system_error | inline |
failure(const string &_Message, const error_code &_Errcode=make_error_code(io_errc::stream)) | ios_base::failure | inlineexplicit |
failure(const char *_Message, const error_code &_Errcode=make_error_code(io_errc::stream)) | ios_base::failure | inlineexplicit |
runtime_error(const string &_Message) | runtime_error | inlineexplicit |
runtime_error(const char *_Message) | runtime_error | inlineexplicit |
system_error(error_code _Errcode) | system_error | inlineexplicit |
system_error(error_code _Errcode, const string &_Message) | system_error | inline |
system_error(error_code _Errcode, const char *_Message) | system_error | inline |
system_error(int _Errval, const error_category &_Errcat) | system_error | inline |
system_error(int _Errval, const error_category &_Errcat, const string &_Message) | system_error | inline |
system_error(int _Errval, const error_category &_Errcat, const char *_Message) | system_error | inline |