| CppUnit project page | CppUnit home page |
#include <json/value.h>#include <json/writer.h>#include <utility>#include "assert.h"#include <stddef.h>#include "json_batchallocator.h"#include "json_valueiterator.inl"

Namespaces | |
| namespace | Json |
Defines | |
| #define | JSON_ASSERT_UNREACHABLE assert( false ) |
| #define | JSON_ASSERT(condition) assert( condition ); |
| #define | JSON_ASSERT_MESSAGE(condition, message) assert( condition && message ); |
| #define JSON_ASSERT | ( | condition | ) | assert( condition ); |
Referenced by Json::Value::asCString().
| #define JSON_ASSERT_MESSAGE | ( | condition, | |||
| message | ) | assert( condition && message ); |
| #define JSON_ASSERT_UNREACHABLE assert( false ) |
Referenced by Json::Value::compare().
|
|
hosts this site. |
Send comments to: CppUnit Developers |