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

◆ iserrno()

bool tfxx::error::FSException::iserrno ( const int &  en) const
inline

true, if exception reports error en

Definition at line 87 of file fs.h.

References Merrno.

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

87 { return (en==Merrno); }
int Merrno
error number
Definition: fs.h:92
Here is the caller graph for this function: