|
bool | Null () |
|
bool | Bool (bool) |
|
bool | Int (int) |
|
bool | Uint (unsigned) |
|
bool | Int64 (int64_t) |
|
bool | Uint64 (uint64_t) |
|
bool | Double (double) |
|
bool | RawNumber (const Ch *, SizeType, bool) |
|
bool | String (const Ch *, SizeType, bool) |
|
bool | StartObject () |
|
bool | Key (const Ch *, SizeType, bool) |
|
bool | EndObject (SizeType c) |
|
bool | StartArray () |
|
bool | EndArray (SizeType c) |
|
|
uint32_t | Logs [LogCapacity] |
|
size_t | LogCount |
|
|
static const uint32_t | LOG_NULL = 0x10000000 |
|
static const uint32_t | LOG_BOOL = 0x20000000 |
|
static const uint32_t | LOG_INT = 0x30000000 |
|
static const uint32_t | LOG_UINT = 0x40000000 |
|
static const uint32_t | LOG_INT64 = 0x50000000 |
|
static const uint32_t | LOG_UINT64 = 0x60000000 |
|
static const uint32_t | LOG_DOUBLE = 0x70000000 |
|
static const uint32_t | LOG_STRING = 0x80000000 |
|
static const uint32_t | LOG_STARTOBJECT = 0x90000000 |
|
static const uint32_t | LOG_KEY = 0xA0000000 |
|
static const uint32_t | LOG_ENDOBJECT = 0xB0000000 |
|
static const uint32_t | LOG_STARTARRAY = 0xC0000000 |
|
static const uint32_t | LOG_ENDARRAY = 0xD0000000 |
|
static const size_t | LogCapacity = 256 |
|
The documentation for this struct was generated from the following file:
- rapidjson/test/unittest/readertest.cpp