|
Monero
|
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 |
Private Member Functions | |
| MyHandler (const MyHandler &noCopyConstruction) | |
| MyHandler & | operator= (const MyHandler &noAssignment) |
|
inline |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| std::string MyHandler::data |
| const char* MyHandler::type |