exceptions.h File Reference

#include <exception>
#include <string>
#include <sstream>
#include "types.h"

Include dependency graph for exceptions.h:

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

Go to the source code of this file.

Classes

class  CException
struct  CAssertException
struct  COutOfMemory

Defines

#define Assert(condition)   if (!(condition)) throw CAssertException(__FILE__, __LINE__, "Condition non satisfaite\n\n" #condition)


Define Documentation

#define Assert ( condition   )     if (!(condition)) throw CAssertException(__FILE__, __LINE__, "Condition non satisfaite\n\n" #condition)

Definition at line 50 of file exceptions.h.


Generated on Tue Aug 30 02:36:38 2011 for Smacky by  doxygen 1.5.8