MADNESS  0.10.1
Namespaces | Functions
madness_exception.cc File Reference

Implementation of madness::MadnessException. More...

#include <madness/world/madness_exception.h>
#include <cstdlib>
#include <sstream>
#include <iostream>
Include dependency graph for madness_exception.cc:

Namespaces

 madness
 File holds all helper structures necessary for the CC_Operator and CC2 class.
 

Functions

void madness::exception_break (bool message)
 This function is executed just before a MadnessException is thrown. More...
 
std::ostream & madness::operator<< (std::ostream &out, const MadnessException &e)
 Enables easy printing of a MadnessException. More...
 

Detailed Description

Implementation of madness::MadnessException.