|
DATRW++ library: seismic data I/O with multiple formats
|
#include <suheader.h>


Public Member Functions | |
| SUReadException (const std::string message, const std::string file, const int &line, const std::string condition) | |
| Create with message, failed assertion, and code position. More... | |
| virtual | ~SUReadException () |
| provide explicit virtual destructor More... | |
| virtual void | report () const |
| Screen report. 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... | |
| static void | report_on_construct_flag (const bool &flag) |
| set report on construct flag More... | |
| static bool | report_on_construct_flag () |
| return report on construct flag More... | |
Protected Member Functions | |
| void | base_report () const |
| Screen report. More... | |
Definition at line 105 of file suheader.h.