Exception.h File Reference

#include <string>
#include <sstream>
#include <exception>

Include dependency graph for Exception.h:

This graph shows which files directly or indirectly include this file:

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


Function Documentation

void Assert ( bool  expression  )  [inline]

template<class X, class A>
void Assert ( expression  )  [inline]

References debug.

std::ostream& operator<< ( std::ostream &  o,
const E_Exception e 
) [inline]

References E_Exception::what().


Variable Documentation

const bool debug = true

Referenced by Assert().