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

◆ restore_report_state()

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

Restore previous report state.

restore

Definition at line 98 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().

99  {
100  if (!Mprevious_report_state.empty())
101  {
104  }
105  }
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: