Classes | Namespaces | Macros
Exception.hpp File Reference
#include <stdexcept>
#include <exception>
#include <string>
#include <sstream>
Include dependency graph for Exception.hpp:

Go to the source code of this file.

Classes

class  ApproxMVBB::Exception
 

Namespaces

 ApproxMVBB
 These are some container definitions.
 

Macros

#define ApproxMVBB_THROWEXCEPTION(message)   {std::stringstream ___s___ ; ___s___ << message << std::endl << " @ " << __FILE__ << " (" << __LINE__ << ")" << std::endl; throw ApproxMVBB::Exception(___s___);}
 

Macro Definition Documentation

#define ApproxMVBB_THROWEXCEPTION (   message)    {std::stringstream ___s___ ; ___s___ << message << std::endl << " @ " << __FILE__ << " (" << __LINE__ << ")" << std::endl; throw ApproxMVBB::Exception(___s___);}

Definition at line 27 of file Exception.hpp.



asr_approx_mvbb
Author(s): Gassner Nikolai
autogenerated on Mon Jun 10 2019 12:38:08