Screen report.
report
Definition at line 104 of file error.cc.
References Mcondition, Mfile, Mline, and Mmessage.
Referenced by report(), and aff::AllocException::report().
106 cerr <<
"Exception report:" << endl;
109 cerr <<
" No message" << endl;
113 cerr <<
" message: " <<
Mmessage << endl;
117 cerr <<
" triggered in \"" <<
Mfile <<
"\" at line #" <<
Mline << endl;
121 cerr <<
" by condition:" << endl
const char * Mmessage
pointer to message string
const int & Mline
pointer to line number in source file
const char * Mcondition
pointer to assertion condition text string
const char * Mfile
pointer to file name string