OPAL
Public Member Functions | List of all members
json11::JsonDouble Class Referencefinal
Inheritance diagram for json11::JsonDouble:
json11::Value< Json::NUMBER, double > json11::JsonValue

Public Member Functions

 JsonDouble (double value)
 

Additional Inherited Members

- Protected Member Functions inherited from json11::Value< Json::NUMBER, double >
 Value (const double &value)
 
 Value (double &&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 bool bool_value () const
 
virtual const std::string & string_value () const
 
virtual const Json::array & array_items () const
 
virtual const Jsonoperator[] (size_t i) const
 
virtual const Json::object & object_items () const
 
virtual const Jsonoperator[] (const std::string &key) const
 
- Protected Attributes inherited from json11::Value< Json::NUMBER, double >
const double m_value
 

The documentation for this class was generated from the following file: