RADLib
RADical C++ application framework
RADCore::RADJsonValue Member List

This is the complete list of members for RADCore::RADJsonValue, including all inherited members.

append(RADJsonValue value)RADCore::RADJsonValue
array()RADCore::RADJsonValuestatic
contains(const std::string &key) constRADCore::RADJsonValue
isArray() constRADCore::RADJsonValue
isBool() constRADCore::RADJsonValue
isNull() constRADCore::RADJsonValue
isNumber() constRADCore::RADJsonValue
isObject() constRADCore::RADJsonValue
isString() constRADCore::RADJsonValue
keys() constRADCore::RADJsonValue
object()RADCore::RADJsonValuestatic
operator=(const RADJsonValue &other)RADCore::RADJsonValue
operator=(RADJsonValue &&other) noexcept=defaultRADCore::RADJsonValue
operator[](const std::string &key)RADCore::RADJsonValue
operator[](const std::string &key) constRADCore::RADJsonValue
operator[](size_t index)RADCore::RADJsonValue
operator[](size_t index) constRADCore::RADJsonValue
RADJsonValue()RADCore::RADJsonValue
RADJsonValue(std::nullptr_t)RADCore::RADJsonValue
RADJsonValue(bool value)RADCore::RADJsonValue
RADJsonValue(int value)RADCore::RADJsonValue
RADJsonValue(int64_t value)RADCore::RADJsonValue
RADJsonValue(double value)RADCore::RADJsonValue
RADJsonValue(const char *value)RADCore::RADJsonValue
RADJsonValue(std::string value)RADCore::RADJsonValue
RADJsonValue(const RADJsonValue &other)RADCore::RADJsonValue
RADJsonValue(RADJsonValue &&other) noexcept=defaultRADCore::RADJsonValue
remove(const std::string &key)RADCore::RADJsonValue
size() constRADCore::RADJsonValue
toBool(bool defaultValue=false) constRADCore::RADJsonValue
toInt(int defaultValue=0) constRADCore::RADJsonValue
toInt64(int64_t defaultValue=0) constRADCore::RADJsonValue
toJson(bool pretty=false, int indent=0) constRADCore::RADJsonValue
toNumber(double defaultValue=0.0) constRADCore::RADJsonValue
toString(const std::string &defaultValue={}) constRADCore::RADJsonValue
type() constRADCore::RADJsonValue