JODA
0.13.1 (59b41972)
JSON On-Demand Analysis
|
#include <glog/logging.h>
#include <rapidjson/allocators.h>
#include <rapidjson/document.h>
#include <rapidjson/fwd.h>
#include <rapidjson/istreamwrapper.h>
#include <rapidjson/pointer.h>
Go to the source code of this file.
Macros | |
#define | RAPIDJSON_ASSERT(x) DCHECK(x) |
Typedefs | |
typedef rapidjson::UTF8< char > | RJChar |
typedef rapidjson::CrtAllocator | RJBaseAlloc |
typedef rapidjson::MemoryPoolAllocator< RJBaseAlloc > | RJMemoryPoolAlloc |
typedef rapidjson::GenericDocument< RJChar, RJMemoryPoolAlloc, RJBaseAlloc > | RJDocument |
typedef rapidjson::GenericValue< RJChar, RJMemoryPoolAlloc > | RJValue |
typedef rapidjson::GenericPointer< RJValue, RJBaseAlloc > | RJPointer |
#define RAPIDJSON_ASSERT | ( | x | ) | DCHECK(x) |
typedef rapidjson::CrtAllocator RJBaseAlloc |
typedef rapidjson::UTF8<char> RJChar |
typedef rapidjson::GenericDocument<RJChar, RJMemoryPoolAlloc, RJBaseAlloc> RJDocument |
typedef rapidjson::MemoryPoolAllocator<RJBaseAlloc> RJMemoryPoolAlloc |
typedef rapidjson::GenericPointer<RJValue, RJBaseAlloc> RJPointer |
typedef rapidjson::GenericValue<RJChar, RJMemoryPoolAlloc> RJValue |