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