|
| JsonObject (const Json::object &value) |
|
| JsonObject (Json::object &&value) |
|
|
| Value (const Json::object &value) |
|
| Value (Json::object &&value) |
|
void | dump (string &out) const override |
|
bool | equals (const JsonValue *other) const override |
|
bool | less (const JsonValue *other) const override |
|
Json::Type | type () const override |
|
virtual const Json::array & | array_items () const |
|
virtual bool | bool_value () const |
|
virtual void | dump (std::string &out) const =0 |
|
virtual bool | equals (const JsonValue *other) const =0 |
|
virtual int | int_value () const |
|
virtual bool | less (const JsonValue *other) const =0 |
|
virtual double | number_value () const |
|
virtual const Json::object & | object_items () const |
|
virtual const Json & | operator[] (const std::string &key) const |
|
virtual const Json & | operator[] (size_t i) const |
|
virtual const std::string & | string_value () const |
|
virtual Json::Type | type () const =0 |
|
const Json::object | m_value |
|
◆ object_items()
const Json::object & json11::JsonObject::object_items |
( |
| ) |
const |
|
inlineoverrideprivatevirtual |
◆ operator[]()
const Json & json11::JsonObject::operator[] |
( |
const string & |
key | ) |
const |
|
inlineoverrideprivatevirtual |
The documentation for this class was generated from the following file: