OPAL
Protected Member Functions | Protected Attributes | List of all members
json11::Value< tag, T > Class Template Reference
Inheritance diagram for json11::Value< tag, T >:
json11::JsonValue

Protected Member Functions

 Value (const T &value)
 
 Value (T &&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 Jsonoperator[] (size_t i) const
 
virtual const Json::object & object_items () const
 
virtual const Jsonoperator[] (const std::string &key) const
 

Protected Attributes

const T m_value
 

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