man std::ios_base_failure (Fonctions bibliothèques) - These are thrown to indicate problems. Doc me.

NAME

std::ios_base::failure - These are thrown to indicate problems. Doc me.

SYNOPSIS



#include <MAYBE_AN_ERROR_MESSAGE_HERE>

Inherits std::exception.

Public Member Functions

failure (const string &str) throw ()

virtual ~failure () throw ()

virtual const char * what () const throw ()

Private Attributes

string M_msg

Detailed Description

These are thrown to indicate problems. Doc me.

Definition at line 207 of file MAYBE_AN_ERROR_MESSAGE_HERE.

Member Function Documentation

const char * std::ios_base::failure::what () const throw () [virtual]

Returns a C-style character string describing the general cause of the current error.

Reimplemented from std::exception.

Definition at line 46 of file ios_failure.cc.

Author

Generated automatically by Doxygen for libstdc++-v3 Source from the source code.