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