![]() |
CMSC23740 Common Code Library
Support code for CS23740 programming projects
|
This is the complete list of members for json::Integer, 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 | |
| Integer(int64_t v) | json::Integer | inline |
| intVal() const | json::Integer | inline |
| 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 |
| Number(Type ty) | json::Number | inlineexplicitprotected |
| realVal() const | json::Integer | inlinevirtual |
| toString() | json::Integer | virtual |
| type() const | json::Value | inline |
| Value(Type ty) | json::Value | inlineexplicitprotected |
| ~Integer() | json::Integer | |
| ~Number() | json::Number | virtual |
| ~Value() | json::Value | virtual |