|
Electroneum
|


Public Member Functions | |
| ParseObjectHandler () | |
| bool | Default () |
| bool | Null () |
| bool | Bool (bool b) |
| bool | Int (int i) |
| bool | Uint (unsigned i) |
| bool | Double (double d) |
| bool | String (const char *str, size_t, bool) |
| bool | StartObject () |
| bool | EndObject (SizeType memberCount) |
| bool | StartArray () |
| bool | EndArray (SizeType elementCount) |
| Public Member Functions inherited from BaseReaderHandler< UTF8<>, ParseObjectHandler > | |
| bool | Default () |
| 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 *str, SizeType len, bool copy) |
| enabled via kParseNumbersAsStringsFlag, string is not null-terminated (use length) | |
| bool | String (const Ch *, SizeType, bool) |
| bool | StartObject () |
| bool | Key (const Ch *str, SizeType len, bool copy) |
| bool | EndObject (SizeType) |
| bool | StartArray () |
| bool | EndArray (SizeType) |
Public Attributes | |
| unsigned | step_ |
Additional Inherited Members | |
| Public Types inherited from BaseReaderHandler< UTF8<>, ParseObjectHandler > | |
| typedef UTF8<>::Ch | Ch |
| typedef internal::SelectIf< internal::IsSame< ParseObjectHandler, void >, BaseReaderHandler, ParseObjectHandler >::Type | Override |
Definition at line 1089 of file readertest.cpp.
|
inline |
Definition at line 1090 of file readertest.cpp.
|
inline |
Definition at line 1094 of file readertest.cpp.
|
inline |
Definition at line 1092 of file readertest.cpp.
|
inline |
Definition at line 1111 of file readertest.cpp.
|
inline |
|
inline |
|
inline |
Definition at line 1101 of file readertest.cpp.

|
inline |
Definition at line 1093 of file readertest.cpp.
|
inline |
Definition at line 1127 of file readertest.cpp.
|
inline |
Definition at line 1125 of file readertest.cpp.
|
inline |
Definition at line 1112 of file readertest.cpp.
|
inline |
| unsigned ParseObjectHandler::step_ |
Definition at line 1130 of file readertest.cpp.