#include <ios_base.h>
Inheritance diagram for std::ios_base::failure:

Public Member Functions | |
| failure (const string &__str) throw () | |
| virtual | ~failure () throw () |
| virtual const char * | what () const throw () |
Private Attributes | |
| string | _M_msg |
Definition at line 207 of file ios_base.h.
|
|
|
|
|
|
|
|
Returns a C-style character string describing the general cause of the current error. Reimplemented from std::exception. |
|
|
Definition at line 224 of file ios_base.h. |
1.3.6