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