#include <iostream>
#include <exception>
Go to the source code of this file.
Namespaces | |
namespace | base |
Defines | |
#define | FATAL(MSG) |
Macros for convenience: print & throw fatal exception. | |
Functions | |
static std::ostream & | operator<< (std::ostream &os, const FatalException &x) |
Overload operator <<. |
|
Value: do { \ std::cerr << "Fatal exception: " \ << MSG << std::endl; \ throw base::FatalException(MSG); \ } while(0)
|
|
Overload operator <<.
|