JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Macros | Typedefs
RJFwd.h File Reference
#include <glog/logging.h>
#include <rapidjson/allocators.h>
#include <rapidjson/document.h>
#include <rapidjson/fwd.h>
#include <rapidjson/istreamwrapper.h>
#include <rapidjson/pointer.h>
Include dependency graph for RJFwd.h:
This graph shows which files directly or indirectly include this file:

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< RJBaseAllocRJMemoryPoolAlloc
 
typedef rapidjson::GenericDocument< RJChar, RJMemoryPoolAlloc, RJBaseAllocRJDocument
 
typedef rapidjson::GenericValue< RJChar, RJMemoryPoolAllocRJValue
 
typedef rapidjson::GenericPointer< RJValue, RJBaseAllocRJPointer
 

Macro Definition Documentation

◆ RAPIDJSON_ASSERT

#define RAPIDJSON_ASSERT (   x)    DCHECK(x)

Typedef Documentation

◆ RJBaseAlloc

typedef rapidjson::CrtAllocator RJBaseAlloc

◆ RJChar

typedef rapidjson::UTF8<char> RJChar

◆ RJDocument

typedef rapidjson::GenericDocument<RJChar, RJMemoryPoolAlloc, RJBaseAlloc> RJDocument

◆ RJMemoryPoolAlloc

typedef rapidjson::MemoryPoolAllocator<RJBaseAlloc> RJMemoryPoolAlloc

◆ RJPointer

typedef rapidjson::GenericPointer<RJValue, RJBaseAlloc> RJPointer

◆ RJValue

typedef rapidjson::GenericValue<RJChar, RJMemoryPoolAlloc> RJValue