![]() |
CMSC23700 Common Code Library
Support code for CS23700 programming projects
|
This is the complete list of members for JSON::Number, 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 |
| Number(double v) | JSON::Number | |
| toString() | JSON::Number | virtual |
| type() const | JSON::Value | inline |
| Value(Type ty) | JSON::Value | inlineexplicitprotected |
| value() const | JSON::Number | inline |
| ~Number() | JSON::Number | |
| ~Value()=0 | JSON::Value | pure virtual |