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

◆ report_on_construct_is_true()

bool tfxx::error::Exception::report_on_construct_is_true ( ) const
inlineprotectedinherited

Definition at line 108 of file error.h.

References tfxx::error::Exception::Mreport_on_construct.

Referenced by tfxx::error::Exception::Exception(), tfxx::error::FSException::FSException(), and UTException().

109  { return Mreport_on_construct; }
static bool Mreport_on_construct
Shall we print to cerr at construction time?
Definition: error.h:114
Here is the caller graph for this function: