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


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 Assert | ( | condition | ) | if (!(condition)) throw CAssertException(__FILE__, __LINE__, "Condition non satisfaite\n\n" #condition) |
Definition at line 50 of file exceptions.h.
1.5.8