| JsonCpp project page | JsonCpp home page |
Go to the source code of this file.
Macros | |
| #define | JSON_ASSERT(condition) assert(condition); |
| #define | JSON_FAIL_MESSAGE(message) throw std::runtime_error(message); |
| #define | JSON_ASSERT_MESSAGE(condition, message) |
| #define JSON_ASSERT | ( | condition | ) | assert(condition); |
Definition at line 17 of file assertions.h.
| #define JSON_ASSERT_MESSAGE | ( | condition, | |
| message | |||
| ) |
Definition at line 36 of file assertions.h.
| #define JSON_FAIL_MESSAGE | ( | message | ) | throw std::runtime_error(message); |
Definition at line 19 of file assertions.h.