Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

more/diag/error.h

Go to the documentation of this file.
00001 
00002 namespace more {
00003 namespace diag {
00004   /** A stream used for reporting a fatal error. The error message is
00005    * terminated by the alert character, '\a', which cases eighter an
00006    * abort() or an logic error to be thrown. */
00007 //   std::ostream& os_fatal;
00008 //   std::ostream& os_warning;
00009 
00010   /** report a fatal error. */
00011   void logic_error(std::string where, std::string msg);
00012 
00013 }} // more::diag

Generated on Sat Sep 7 19:11:10 2002 for more with Doxygen 1.2.13.1. Doxygen 1.2.13.1 is written and copyright 1997-2002 by Dimitri van Heesch.