14 SUNphi::runLog()<<SUNphi::Crasher(__FILE__,__LINE__,__PRETTY_FUNCTION__) Crasher & printStdLibErr()
Store the stdlib error.
const int line
Line number where the crash happened.
const char * getPath() const
Returns the path.
int errNo
Error from standard error library.
Crasher(const char *path, const int line, const char *funcName)
Creates the crasher.
const int getErrNo() const
Returns the standard library error.
const char * getFuncName() const
Returns the function name.
const char * funcName
Function where the crash happened.
const char * path
File where the crash happened.
const int getLine() const
Returns the line.