CSCI3081W Drone Delivery System
JsonValue Member List

This is the complete list of members for JsonValue, including all inherited members.

fromReference(picojson::value &v)JsonValuestatic
get() constJsonValueinlineprotected
getValue()JsonValueinline
getValue() constJsonValueinline
isRef (defined in JsonValue)JsonValueprotected
JsonValue()JsonValueinline
JsonValue(picojson::value val)JsonValueinline
JsonValue(double d)JsonValueinline
JsonValue(int i)JsonValueinline
JsonValue(const std::string &s)JsonValueinline
JsonValue(const char *s)JsonValueinline
JsonValue(bool b)JsonValueinline
JsonValue(const JsonObject &o)JsonValue
JsonValue(const JsonArray &a)JsonValue
JsonValue(const JsonValue &other)JsonValue
JsonValue(JsonValue &&other)JsonValue
operator bool() constJsonValueinline
operator double() constJsonValueinline
operator float() constJsonValueinline
operator int() constJsonValueinline
operator JsonArray() constJsonValue
operator JsonObject() constJsonValue
operator std::string() constJsonValueinline
operator=(const JsonValue &other)JsonValue
operator=(JsonValue &&other) noexceptJsonValue
operator=(double d)JsonValueinline
operator=(float f)JsonValueinline
operator=(int i)JsonValueinline
operator=(const std::string &s)JsonValueinline
operator=(const char *s)JsonValueinline
operator=(bool b)JsonValueinline
operator=(const JsonObject &o)JsonValue
operator=(const JsonArray &a)JsonValue
ref (defined in JsonValue)JsonValue
set(const T &t)JsonValueinlineprotected
toString() constJsonValueinline
v (defined in JsonValue)JsonValue
~JsonValue()JsonValue