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