CppUnit project page CppUnit home page

json_value.cpp File Reference

#include <json/value.h>
#include <json/writer.h>
#include <utility>
#include "assert.h"
#include <stddef.h>
#include "json_batchallocator.h"
#include "json_valueiterator.inl"

Include dependency graph for json_value.cpp:


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 Documentation

#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().


SourceForge Logo hosts this site. Send comments to:
CppUnit Developers