CMSC23700 Common Code Library
Support code for CS23700 programming projects
Loading...
Searching...
No Matches
json::Object Member List
This is the complete list of members for
json::Object
, including all inherited members.
_ty
json::Value
protected
asArray
() const
json::Value
asBool
() const
json::Value
asInteger
() const
json::Value
asNumber
() const
json::Value
asObject
() const
json::Value
asReal
() const
json::Value
asString
() const
json::Value
fieldAsArray
(std::string key) const
json::Object
inline
fieldAsBool
(std::string key) const
json::Object
inline
fieldAsInteger
(std::string key) const
json::Object
inline
fieldAsNumber
(std::string key) const
json::Object
inline
fieldAsObject
(std::string key) const
json::Object
inline
fieldAsReal
(std::string key) const
json::Object
inline
fieldAsString
(std::string key) const
json::Object
inline
insert
(std::string key, Value *val)
json::Object
isArray
() const
json::Value
inline
isBool
() const
json::Value
inline
isInteger
() const
json::Value
inline
isNull
() const
json::Value
inline
isNumber
() const
json::Value
inline
isObject
() const
json::Value
inline
isReal
() const
json::Value
inline
isString
() const
json::Value
inline
Object
()
json::Object
inline
operator[]
(std::string key) const
json::Object
size
() const
json::Object
inline
toString
()
json::Object
virtual
type
() const
json::Value
inline
Value
(Type ty)
json::Value
inline
explicit
protected
~Object
()
json::Object
~Value
()
json::Value
virtual
Generated by
1.9.8