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::RADJsonValue
static
contains
(const std::string &key) const
RADCore::RADJsonValue
isArray
() const
RADCore::RADJsonValue
isBool
() const
RADCore::RADJsonValue
isNull
() const
RADCore::RADJsonValue
isNumber
() const
RADCore::RADJsonValue
isObject
() const
RADCore::RADJsonValue
isString
() const
RADCore::RADJsonValue
keys
() const
RADCore::RADJsonValue
object
()
RADCore::RADJsonValue
static
operator=
(const RADJsonValue &other)
RADCore::RADJsonValue
operator=
(RADJsonValue &&other) noexcept=default
RADCore::RADJsonValue
operator[]
(const std::string &key)
RADCore::RADJsonValue
operator[]
(const std::string &key) const
RADCore::RADJsonValue
operator[]
(size_t index)
RADCore::RADJsonValue
operator[]
(size_t index) const
RADCore::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=default
RADCore::RADJsonValue
remove
(const std::string &key)
RADCore::RADJsonValue
size
() const
RADCore::RADJsonValue
toBool
(bool defaultValue=false) const
RADCore::RADJsonValue
toInt
(int defaultValue=0) const
RADCore::RADJsonValue
toInt64
(int64_t defaultValue=0) const
RADCore::RADJsonValue
toJson
(bool pretty=false, int indent=0) const
RADCore::RADJsonValue
toNumber
(double defaultValue=0.0) const
RADCore::RADJsonValue
toString
(const std::string &defaultValue={}) const
RADCore::RADJsonValue
type
() const
RADCore::RADJsonValue
Generated by
1.9.1