![]() |
CMSC23700 Common Code Library
Support code for CS23700 programming projects
|
This is the complete list of members for JSON::String, including all inherited members.
_ty | JSON::Value | protected |
asArray() const | JSON::Value | |
asBool() const | JSON::Value | |
asNumber() const | JSON::Value | |
asObject() const | JSON::Value | |
asString() const | JSON::Value | |
isArray() const | JSON::Value | inline |
isBool() const | JSON::Value | inline |
isNull() const | JSON::Value | inline |
isNumber() const | JSON::Value | inline |
isObject() const | JSON::Value | inline |
isString() const | JSON::Value | inline |
String(std::string v) | JSON::String | |
toString() | JSON::String | virtual |
type() const | JSON::Value | inline |
Value(Type ty) | JSON::Value | inlineexplicitprotected |
value() const | JSON::String | inline |
~String() | JSON::String | |
~Value()=0 | JSON::Value | pure virtual |