|
bool | Bool (bool b) |
|
bool | Default () |
|
bool | Double (double d) |
|
bool | EndArray (SizeType elementCount) |
|
bool | EndObject (SizeType memberCount) |
|
bool | Int (int i) |
|
bool | Null () |
|
| ParseObjectHandler () |
|
bool | StartArray () |
|
bool | StartObject () |
|
bool | String (const char *str, size_t, bool) |
|
bool | Uint (unsigned i) |
|
Public Member Functions inherited from BaseReaderHandler< UTF8<>, ParseObjectHandler > |
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) |
|
Definition at line 794 of file readertest.cpp.
ParseObjectHandler::ParseObjectHandler |
( |
| ) |
|
|
inline |
bool ParseObjectHandler::Bool |
( |
bool |
b | ) |
|
|
inline |
bool ParseObjectHandler::Default |
( |
| ) |
|
|
inline |
bool ParseObjectHandler::Double |
( |
double |
d | ) |
|
|
inline |
bool ParseObjectHandler::EndArray |
( |
SizeType |
elementCount | ) |
|
|
inline |
bool ParseObjectHandler::EndObject |
( |
SizeType |
memberCount | ) |
|
|
inline |
bool ParseObjectHandler::Int |
( |
int |
i | ) |
|
|
inline |
bool ParseObjectHandler::Null |
( |
| ) |
|
|
inline |
bool ParseObjectHandler::StartArray |
( |
| ) |
|
|
inline |
bool ParseObjectHandler::StartObject |
( |
| ) |
|
|
inline |
bool ParseObjectHandler::String |
( |
const char * |
str, |
|
|
size_t |
, |
|
|
bool |
|
|
) |
| |
|
inline |
bool ParseObjectHandler::Uint |
( |
unsigned |
i | ) |
|
|
inline |
unsigned ParseObjectHandler::step_ |
The documentation for this struct was generated from the following file: