MADNESS 0.10.1
|
Implementation of madness::MadnessException
.
More...
#include <madness/world/madness_exception.h>
#include <cstdlib>
#include <sstream>
#include <iostream>
Namespaces | |
namespace | madness |
Namespace for all elements and tools of MADNESS. | |
Functions | |
void | madness::exception_break (bool message) |
This function is executed just before a MadnessException is thrown. | |
std::ostream & | madness::operator<< (std::ostream &out, const MadnessException &e) |
Enables easy printing of a MadnessException . | |
Implementation of madness::MadnessException
.