TF++, Miscellaneous classes and modules in C++:

◆ report_on_construct()

void tfxx::error::Exception::report_on_construct ( )
staticinherited

Issue a screen report on construction of exception.

switch on

Definition at line 84 of file error.cc.

References tfxx::error::Exception::Mprevious_report_state, and tfxx::error::Exception::Mreport_on_construct.

Referenced by main().

85  {
88  }
static bool Mreport_on_construct
Shall we print to cerr at construction time?
Definition: error.h:114
static std::stack< bool > Mprevious_report_state
a place to store previous report state
Definition: error.h:124
Here is the caller graph for this function: