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

◆ report()

void tfxx::error::FSException::report ( ) const
virtual

Screen report.

Reimplemented from tfxx::error::Exception.

Definition at line 56 of file exception.cc.

References fs_report(), and tfxx::error::Exception::report().

Referenced by tfxx::fs::mkdirp().

57  {
58  TBase::report();
59  this->fs_report();
60  }
void fs_report() const
my report
Definition: exception.cc:62
virtual void report() const
Screen report.
Definition: error.cc:108
Here is the call graph for this function:
Here is the caller graph for this function: