#include <tpie/config.h>#include <tpie/portability.h>#include <iostream>#include <tpie/tpie_log.h>#include <cassert>Go to the source code of this file.
Namespaces | |
| tpie | |
Macros | |
| #define | tp_assert_release(condition, message) |
| #define | tp_assert(condition, message) tp_assert_release(condition,message) |
Defines the tp_assert macro.
Definition in file tpie_assert.h.
| #define tp_assert | ( | condition, | |
| message | |||
| ) | tp_assert_release(condition,message) |
| condition | The condition to assert |
| message | Message describing the erroneous condition |
Definition at line 65 of file tpie_assert.h.
| #define tp_assert_release | ( | condition, | |
| message | |||
| ) |
Assertions also enabled for Release builds
| condition | The condition to assert |
| message | Message describing the erroneous condition |
Definition at line 43 of file tpie_assert.h.