CMSC23700 Common Code Library
Support code for CS23700 programming projects
JSON::Object Member List

This is the complete list of members for JSON::Object, including all inherited members.

_tyJSON::Valueprotected
asArray() const JSON::Value
asBool() const JSON::Value
asNumber() const JSON::Value
asObject() const JSON::Value
asString() const JSON::Value
insert(std::string key, Value *val)JSON::Object
isArray() const JSON::Valueinline
isBool() const JSON::Valueinline
isNull() const JSON::Valueinline
isNumber() const JSON::Valueinline
isObject() const JSON::Valueinline
isString() const JSON::Valueinline
Object()JSON::Object
operator[](std::string key) const JSON::Object
size() const JSON::Objectinline
toString()JSON::Objectvirtual
type() const JSON::Valueinline
Value(Type ty)JSON::Valueinlineexplicitprotected
~Object()JSON::Object
~Value()=0JSON::Valuepure virtual