Wire Sysio Wire Sysion 1.0.0
|
Public Types | |
typedef Encoding::Ch | Ch |
Public Member Functions | |
IterativeParsingReaderHandler () | |
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) |
Public Attributes | |
uint32_t | Logs [LogCapacity] |
size_t | LogCount |
Static Public Attributes | |
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 |
Definition at line 1454 of file readertest.cpp.
Encoding::Ch IterativeParsingReaderHandler< Encoding >::Ch |
Definition at line 1455 of file readertest.cpp.
|
inline |
Definition at line 1475 of file readertest.cpp.
|
inline |
Definition at line 1480 of file readertest.cpp.
|
inline |
Definition at line 1490 of file readertest.cpp.
|
inline |
Definition at line 1509 of file readertest.cpp.
|
inline |
Definition at line 1500 of file readertest.cpp.
|
inline |
Definition at line 1482 of file readertest.cpp.
|
inline |
Definition at line 1486 of file readertest.cpp.
|
inline |
Definition at line 1498 of file readertest.cpp.
|
inline |
Definition at line 1478 of file readertest.cpp.
|
inline |
Definition at line 1492 of file readertest.cpp.
|
inline |
Definition at line 1507 of file readertest.cpp.
|
inline |
Definition at line 1496 of file readertest.cpp.
|
inline |
Definition at line 1494 of file readertest.cpp.
|
inline |
Definition at line 1484 of file readertest.cpp.
|
inline |
Definition at line 1488 of file readertest.cpp.
|
static |
Definition at line 1458 of file readertest.cpp.
|
static |
Definition at line 1463 of file readertest.cpp.
|
static |
Definition at line 1469 of file readertest.cpp.
|
static |
Definition at line 1467 of file readertest.cpp.
|
static |
Definition at line 1459 of file readertest.cpp.
|
static |
Definition at line 1461 of file readertest.cpp.
|
static |
Definition at line 1466 of file readertest.cpp.
|
static |
Definition at line 1457 of file readertest.cpp.
|
static |
Definition at line 1468 of file readertest.cpp.
|
static |
Definition at line 1465 of file readertest.cpp.
|
static |
Definition at line 1464 of file readertest.cpp.
|
static |
Definition at line 1460 of file readertest.cpp.
|
static |
Definition at line 1462 of file readertest.cpp.
|
static |
Definition at line 1471 of file readertest.cpp.
size_t IterativeParsingReaderHandler< Encoding >::LogCount |
Definition at line 1473 of file readertest.cpp.
uint32_t IterativeParsingReaderHandler< Encoding >::Logs[LogCapacity] |
Definition at line 1472 of file readertest.cpp.