RetroArch
|
Public Member Functions | |
ParseIntHandler () | |
bool | Default () |
bool | Int (int i) |
Public Member Functions inherited from BaseReaderHandler< UTF8<>, ParseIntHandler > | |
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) More... | |
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_ |
int | actual_ |
Additional Inherited Members | |
Public Types inherited from BaseReaderHandler< UTF8<>, ParseIntHandler > | |
typedef UTF8<> ::Ch | Ch |
typedef internal::SelectIf< internal::IsSame< ParseIntHandler, void >, BaseReaderHandler, ParseIntHandler >::Type | Override |
|
inline |
|
inline |
|
inline |
int ParseIntHandler::actual_ |
unsigned ParseIntHandler::step_ |