载入中...
搜索中...
未找到
eve
json
Value
eve::json::Value 成员列表
成员的完整列表,这些成员属于
eve::json::Value
,包括所有继承而来的类成员
asBool
(bool fallback=false) const
eve::json::Value
asDouble
(double fallback=0.0) const
eve::json::Value
asFloat
(float fallback=0.f) const
eve::json::Value
asInt
(int fallback=0) const
eve::json::Value
asString
(const std::string &fallback={}) const
eve::json::Value
at
(size_t index) const
eve::json::Value
Document
eve::json::Value
friend
get
(const char *key) const
eve::json::Value
getBool
(const char *key, bool fallback=false) const
eve::json::Value
getDouble
(const char *key, double fallback=0.0) const
eve::json::Value
getFloat
(const char *key, float fallback=0.f) const
eve::json::Value
getFloatArray
(const char *key) const
eve::json::Value
getInt
(const char *key, int fallback=0) const
eve::json::Value
getIntArray
(const char *key) const
eve::json::Value
getIntMap
(const char *key) const
eve::json::Value
getString
(const char *key, const std::string &fallback={}) const
eve::json::Value
getStringArray
(const char *key) const
eve::json::Value
getStringMap
(const char *key) const
eve::json::Value
has
(const char *key) const
eve::json::Value
isArray
() const
eve::json::Value
isBool
() const
eve::json::Value
isNull
() const
eve::json::Value
isNumber
() const
eve::json::Value
isObject
() const
eve::json::Value
isString
() const
eve::json::Value
keys
() const
eve::json::Value
operator bool
() const
eve::json::Value
inline
explicit
size
() const
eve::json::Value
toStringArray
() const
eve::json::Value
Value
()=default
eve::json::Value