souffle
2.0.2-371-g6315b36
|
#include <json11.h>
Public Member Functions | |
JsonInt (int value) | |
Private Member Functions | |
bool | equals (const JsonValue *other) const override |
int | int_value () const override |
bool | less (const JsonValue *other) const override |
long long | long_value () const override |
double | number_value () const override |
Additional Inherited Members | |
Protected Member Functions inherited from json11::Value< Json::NUMBER, long long > | |
void | dump (std::string &out) const override |
bool | equals (const JsonValue *other) const override |
bool | less (const JsonValue *other) const override |
Json::Type | type () const override |
Value (long long value) | |
Protected Member Functions inherited from json11::JsonValue | |
virtual const Json::array & | array_items () const |
virtual bool | bool_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 |
virtual | ~JsonValue ()=default |
Protected Attributes inherited from json11::Value< Json::NUMBER, long long > | |
const long long | m_value |
|
inlineexplicit |
|
inlineoverrideprivatevirtual |
Implements json11::JsonValue.
Definition at line 434 of file json11.h.
References json11::Value< Json::NUMBER, long long >::m_value, and json11::JsonValue::number_value().
|
inlineoverrideprivatevirtual |
Reimplemented from json11::JsonValue.
Definition at line 428 of file json11.h.
References json11::Value< Json::NUMBER, long long >::m_value.
|
inlineoverrideprivatevirtual |
Implements json11::JsonValue.
Definition at line 437 of file json11.h.
References json11::Value< Json::NUMBER, long long >::m_value, and json11::JsonValue::number_value().
|
inlineoverrideprivatevirtual |
Reimplemented from json11::JsonValue.
Definition at line 431 of file json11.h.
References json11::Value< Json::NUMBER, long long >::m_value.
|
inlineoverrideprivatevirtual |
Reimplemented from json11::JsonValue.
Definition at line 425 of file json11.h.
References json11::Value< Json::NUMBER, long long >::m_value.