|
| | MessageHandler () |
| bool | StartObject () |
| bool | String (const char *str, SizeType length, bool) |
| bool | EndObject (SizeType) |
| bool | Default () |
| Public Member Functions inherited from BaseReaderHandler< UTF8<>, MessageHandler > |
| 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)
|
| 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) |
◆ State
| Enumerator |
|---|
| kExpectObjectStart | |
| kExpectNameOrObjectEnd | |
| kExpectValue | |
◆ MessageHandler()
| MessageHandler::MessageHandler |
( |
| ) |
|
|
inline |
◆ Default()
| bool MessageHandler::Default |
( |
| ) |
|
|
inline |
◆ EndObject()
| bool MessageHandler::EndObject |
( |
SizeType | | ) |
|
|
inline |
◆ StartObject()
| bool MessageHandler::StartObject |
( |
| ) |
|
|
inline |
◆ String()
| bool MessageHandler::String |
( |
const char * | str, |
|
|
SizeType | length, |
|
|
bool | ) |
|
inline |
◆ messages_
◆ name_
| std::string MessageHandler::name_ |
◆ state_
The documentation for this struct was generated from the following file: