RetroArch
|
Public Member Functions | |
bool | StartObject () |
Public Member Functions inherited from IterativeParsingReaderHandler<> | |
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) |
Additional Inherited Members | |
Public Types inherited from IterativeParsingReaderHandler<> | |
typedef UTF8<> ::Ch | Ch |
Public Attributes inherited from IterativeParsingReaderHandler<> | |
int | Logs [LogCapacity] |
size_t | LogCount |
Static Public Attributes inherited from IterativeParsingReaderHandler<> | |
static const int | LOG_NULL |
static const int | LOG_BOOL |
static const int | LOG_INT |
static const int | LOG_UINT |
static const int | LOG_INT64 |
static const int | LOG_UINT64 |
static const int | LOG_DOUBLE |
static const int | LOG_STRING |
static const int | LOG_STARTOBJECT |
static const int | LOG_KEY |
static const int | LOG_ENDOBJECT |
static const int | LOG_STARTARRAY |
static const int | LOG_ENDARRAY |
static const size_t | LogCapacity |
|
inline |