COSMOS core
1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
|
Public Member Functions | |
JsonNull () | |
Additional Inherited Members | |
Protected Member Functions inherited from json11::Value< Json::NUL, NullStruct > | |
Value (const NullStruct &value) | |
Value (NullStruct &&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 |
Protected Member Functions inherited from json11::JsonValue | |
virtual void | dump (std::string &out) const =0 |
virtual double | number_value () const |
virtual int | int_value () const |
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 |
virtual | ~JsonValue () |
Protected Attributes inherited from json11::Value< Json::NUL, NullStruct > | |
const NullStruct | m_value |
|
inline |