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

This is the complete list of members for JSON::Bool, 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
Bool(bool v)JSON::Bool
isArray() const JSON::Valueinline
isBool() const JSON::Valueinline
isNull() const JSON::Valueinline
isNumber() const JSON::Valueinline
isObject() const JSON::Valueinline
isString() const JSON::Valueinline
toString()JSON::Boolvirtual
type() const JSON::Valueinline
value() const JSON::Boolinline
Value(Type ty)JSON::Valueinlineexplicitprotected
~Bool()JSON::Bool
~Value()=0JSON::Valuepure virtual