DATRW++ library: seismic data I/O with multiple formats

◆ base_report()

void datrw::Exception::base_report ( ) const
protectedinherited

Screen report.

report

Definition at line 102 of file exception.cc.

References datrw::util::Ffatal, datrw::Exception::Mcondition, datrw::Exception::Mfile, datrw::Exception::Mline, datrw::Exception::Mmessage, and datrw::util::report_violation().

Referenced by datrw::Exception::report().

103  {
105  Mmessage,
106  Mfile,
107  Mline,
108  Mcondition);
109  }
a fatal error; processing wil abort as a consequence
Definition: report.h:58
const int & Mline
pointer to line number in source file
Definition: exception.h:105
std::string Mmessage
pointer to message string
Definition: exception.h:101
void report_violation(const Ereport &t, const std::string &message, const std::string &file, const int &line, const std::string &condition)
report violation of assertion
Definition: report.cc:52
std::string Mfile
pointer to file name string
Definition: exception.h:103
std::string Mcondition
pointer to assertion condition text string
Definition: exception.h:107
Here is the call graph for this function:
Here is the caller graph for this function: