#include <string>#include <iostream>Go to the source code of this file.
Defines | |
| #define | planck_fail(msg) |
| #define | planck_fail_quietly(msg) do { throw PlanckError(msg); } while(0) |
| #define | planck_assert(testval, msg) do { if (testval); else planck_fail(msg); } while(0) |
| #define | PLANCK_DIAGNOSIS_BEGIN try { |
| #define | PLANCK_DIAGNOSIS_END |
Copyright (C) 2003-2011 Max-Planck-Society Authors: Reinhard Hell, Martin Reinecke
Definition in file error_handling.h.