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

◆ dont_report_on_construct()

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

Issue NO screen report on construction of exception.

switch off

Definition at line 91 of file error.cc.

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

Referenced by main(), and tfxx::fs::mkdirp().

92  {
95  }
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: