#include <string>
#include <sstream>
#include <exception>
Go to the source code of this file.
Classes | |
class | E_Exception |
class | E_NoInputFiles |
class | E_BigInput |
class | E_NoTarget |
Functions | |
std::ostream & | operator<< (std::ostream &o, const E_Exception &e) |
template<class X, class A> | |
void | Assert (A expression) |
void | Assert (bool expression) |
Variables | |
const bool | debug = true |
void Assert | ( | bool | expression | ) | [inline] |
void Assert | ( | A | expression | ) | [inline] |
References debug.
std::ostream& operator<< | ( | std::ostream & | o, | |
const E_Exception & | e | |||
) | [inline] |
References E_Exception::what().