|
Electroneum
|

Public Member Functions | |
| MyHandler () | |
| bool | Null () |
| bool | Bool (bool b) |
| bool | Int (int i) |
| bool | Uint (unsigned u) |
| bool | Int64 (int64_t i) |
| bool | Uint64 (uint64_t u) |
| bool | Double (double d) |
| bool | RawNumber (const char *str, SizeType length, bool) |
| bool | String (const char *str, SizeType length, bool) |
| bool | StartObject () |
| bool | Key (const char *str, SizeType length, bool) |
| bool | EndObject (SizeType memberCount) |
| bool | StartArray () |
| bool | EndArray (SizeType elementCount) |
| bool | Null () |
| bool | Bool (bool b) |
| bool | Int (int i) |
| bool | Uint (unsigned u) |
| bool | Int64 (int64_t i) |
| bool | Uint64 (uint64_t u) |
| bool | Double (double d) |
| bool | RawNumber (const char *str, SizeType length, bool copy) |
| bool | String (const char *str, SizeType length, bool copy) |
| bool | StartObject () |
| bool | Key (const char *str, SizeType length, bool copy) |
| bool | EndObject (SizeType memberCount) |
| bool | StartArray () |
| bool | EndArray (SizeType elementCount) |
Public Attributes | |
| const char * | type |
| std::string | data |
Definition at line 15 of file simplepullreader.cpp.
|
inline |
Definition at line 19 of file simplepullreader.cpp.
|
inline |
Definition at line 22 of file simplepullreader.cpp.
|
inline |
Definition at line 9 of file simplereader.cpp.
|
inline |
|
inline |
Definition at line 14 of file simplereader.cpp.
|
inline |
|
inline |
Definition at line 30 of file simplereader.cpp.
|
inline |
|
inline |
Definition at line 28 of file simplereader.cpp.
|
inline |
|
inline |
Definition at line 10 of file simplereader.cpp.
|
inline |
|
inline |
Definition at line 12 of file simplereader.cpp.
|
inline |
Definition at line 24 of file simplereader.cpp.
|
inline |
Definition at line 31 of file simplepullreader.cpp.
|
inline |
Definition at line 21 of file simplepullreader.cpp.
|
inline |
Definition at line 8 of file simplereader.cpp.
|
inline |
Definition at line 15 of file simplereader.cpp.
|
inline |
Definition at line 28 of file simplepullreader.cpp.
|
inline |
Definition at line 33 of file simplepullreader.cpp.
|
inline |
Definition at line 29 of file simplereader.cpp.
|
inline |
Definition at line 30 of file simplepullreader.cpp.
|
inline |
Definition at line 23 of file simplereader.cpp.
|
inline |
Definition at line 19 of file simplereader.cpp.
|
inline |
Definition at line 29 of file simplepullreader.cpp.
|
inline |
|
inline |
Definition at line 11 of file simplereader.cpp.
|
inline |
|
inline |
Definition at line 13 of file simplereader.cpp.
| std::string MyHandler::data |
Definition at line 17 of file simplepullreader.cpp.
| const char* MyHandler::type |
Definition at line 16 of file simplepullreader.cpp.