|
| void | addMember (rapidjson::Value &obj, const char *key, rapidjson::Value &&value, rapidjson::Document::AllocatorType &a) |
| |
| void | addMember (rapidjson::Value &obj, const char *key, rapidjson::Value &value, rapidjson::Document::AllocatorType &a) |
| |
| QString | stringify (const rapidjson::Value &value) |
| |
| bool | getSafeObject (rapidjson::Value &obj, const char *key, rapidjson::Value &out) |
| |
| bool | checkJsonValue (const rapidjson::Value &obj, const char *key) |
| |
| template<typename Type > |
| void | set (rapidjson::Value &obj, const char *key, const Type &value, rapidjson::Document::AllocatorType &a) |
| |
| template<> |
| void | set (rapidjson::Value &obj, const char *key, const rapidjson::Value &value, rapidjson::Document::AllocatorType &a) |
| |
| template<typename Type > |
| void | set (rapidjson::Document &obj, const char *key, const Type &value) |
| |
| template<> |
| void | set (rapidjson::Document &obj, const char *key, const rapidjson::Value &value) |
| |
| template<typename Type > |
| void | add (rapidjson::Value &arr, const Type &value, rapidjson::Document::AllocatorType &a) |
| |
| template<typename Type > |
| bool | getSafe (const rapidjson::Value &obj, const char *key, Type &out) |
| |
| template<typename Type > |
| bool | getSafe (const rapidjson::Value &value, Type &out) |
| |