Public Member Functions | |
bool | Default () |
ParseUintHandler () | |
bool | Uint (unsigned i) |
Public Member Functions inherited from BaseReaderHandler< UTF8<>, ParseUintHandler > | |
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 | |
unsigned | actual_ |
unsigned | step_ |
Additional Inherited Members | |
Public Types inherited from BaseReaderHandler< UTF8<>, ParseUintHandler > | |
typedef UTF8<>::Ch | Ch |
typedef internal::SelectIf< internal::IsSame< ParseUintHandler, void >, BaseReaderHandler, ParseUintHandler >::Type | Override |
Definition at line 77 of file readertest.cpp.
|
inline |
Definition at line 78 of file readertest.cpp.
|
inline |
Definition at line 79 of file readertest.cpp.
|
inline |
Definition at line 80 of file readertest.cpp.
unsigned ParseUintHandler::actual_ |
Definition at line 83 of file readertest.cpp.
unsigned ParseUintHandler::step_ |
Definition at line 82 of file readertest.cpp.