Chatterino
|
Functions | |
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) |
void chatterino::rj::add | ( | rapidjson::Value & | arr, |
const Type & | value, | ||
rapidjson::Document::AllocatorType & | a | ||
) |
void chatterino::rj::addMember | ( | rapidjson::Value & | obj, |
const char * | key, | ||
rapidjson::Value && | value, | ||
rapidjson::Document::AllocatorType & | a | ||
) |
void chatterino::rj::addMember | ( | rapidjson::Value & | obj, |
const char * | key, | ||
rapidjson::Value & | value, | ||
rapidjson::Document::AllocatorType & | a | ||
) |
bool chatterino::rj::checkJsonValue | ( | const rapidjson::Value & | obj, |
const char * | key | ||
) |
bool chatterino::rj::getSafe | ( | const rapidjson::Value & | obj, |
const char * | key, | ||
Type & | out | ||
) |
bool chatterino::rj::getSafe | ( | const rapidjson::Value & | value, |
Type & | out | ||
) |
bool chatterino::rj::getSafeObject | ( | rapidjson::Value & | obj, |
const char * | key, | ||
rapidjson::Value & | out | ||
) |
void chatterino::rj::set | ( | rapidjson::Value & | obj, |
const char * | key, | ||
const Type & | value, | ||
rapidjson::Document::AllocatorType & | a | ||
) |
|
inline |
void chatterino::rj::set | ( | rapidjson::Document & | obj, |
const char * | key, | ||
const Type & | value | ||
) |
|
inline |
QString chatterino::rj::stringify | ( | const rapidjson::Value & | value | ) |