Public Member Functions | |
bool | Default () |
ParseUint64Handler () | |
bool | Uint64 (uint64_t i) |
Public Member Functions inherited from BaseReaderHandler< UTF8<>, ParseUint64Handler > | |
bool | Bool (bool) |
bool | Default () |
bool | Double (double) |
bool | EndArray (SizeType) |
bool | EndObject (SizeType) |
bool | Int (int) |
bool | Int64 (int64_t) |
bool | Key (const Ch *str, SizeType len, bool copy) |
bool | Null () |
bool | RawNumber (const Ch *str, SizeType len, bool copy) |
enabled via kParseNumbersAsStringsFlag, string is not null-terminated (use length) More... | |
bool | StartArray () |
bool | StartObject () |
bool | String (const Ch *, SizeType, bool) |
bool | Uint (unsigned) |
bool | Uint64 (uint64_t) |
Public Attributes | |
uint64_t | actual_ |
unsigned | step_ |
Additional Inherited Members | |
Public Types inherited from BaseReaderHandler< UTF8<>, ParseUint64Handler > | |
typedef UTF8<>::Ch | Ch |
typedef internal::SelectIf< internal::IsSame< ParseUint64Handler, void >, BaseReaderHandler, ParseUint64Handler >::Type | Override |
Definition at line 95 of file readertest.cpp.
|
inline |
Definition at line 96 of file readertest.cpp.
|
inline |
Definition at line 97 of file readertest.cpp.
|
inline |
Definition at line 98 of file readertest.cpp.
uint64_t ParseUint64Handler::actual_ |
Definition at line 101 of file readertest.cpp.
unsigned ParseUint64Handler::step_ |
Definition at line 100 of file readertest.cpp.