|
Fortran SFF API to data I/O streams in C++
|
#include <error.h>


Public Member Functions | |
| FUException (const int &unit, const char *message, const char *file, const int &line, const char *condition) | |
| Create with message, failed assertion, and code position. More... | |
| virtual void | report () const |
| Screen report. More... | |
| virtual | ~FUException () |
| provide explicit virtual destructor More... | |
Static Public Member Functions | |
| static void | dont_report_on_construct () |
| Issue NO screen report on construction of exception. More... | |
| static void | report_on_construct () |
| Issue a screen report on construction of exception. More... | |
Private Attributes | |
| int | Munit |
| file unit More... | |