Screen report.
report
Definition at line 100 of file error.cc.
References Mcondition, Mfile, Mline, and Mmessage.
Referenced by report().
103 cerr <<
"Exception report:" << endl;
106 cerr <<
" No message" << endl;
110 cerr <<
" message: " <<
Mmessage << endl;
114 cerr <<
" triggered in \"" <<
Mfile <<
"\" at line #" <<
Mline << endl;
118 cerr <<
" by test condition:" << endl
const char * Mcondition
pointer to assertion condition text string
const char * Mmessage
pointer to message string
const char * Mfile
pointer to file name string
const int & Mline
pointer to line number in source file