|  | COSMOS core
    1.0.2 (beta)
    Comprehensive Open-architecture Solution for Mission Operations Systems | 
| Public Member Functions | |
| JsonBoolean (bool value) | |
| Private Member Functions | |
| bool | bool_value () const override | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from json11::Value< Json::BOOL, bool > | |
| Value (const bool &value) | |
| Value (bool &&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 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::BOOL, bool > | |
| const bool | m_value | 
| 
 | inlineexplicit | 
| 
 | inlineoverrideprivatevirtual | 
Reimplemented from json11::JsonValue.