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

◆ report()

void tfxx::error::Exception::report ( ) const
virtualinherited

Screen report.

report

Reimplemented in tfxx::error::FSException.

Definition at line 108 of file error.cc.

References tfxx::error::Exception::base_report().

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

109  {
110  base_report();
111  }
void base_report() const
Screen report.
Definition: error.cc:114
Here is the call graph for this function:
Here is the caller graph for this function: