souffle  2.0.2-371-g6315b36
Public Member Functions
json11::JsonNull Class Referencefinal

#include <json11.h>

Inheritance diagram for json11::JsonNull:
Inheritance graph
Collaboration diagram for json11::JsonNull:
Collaboration graph

Public Member Functions

 JsonNull ()
 

Additional Inherited Members

- Protected Member Functions inherited from json11::Value< Json::NUL, NullStruct >
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 (NullStruct value)
 
- Protected Member Functions inherited from json11::JsonValue
virtual const Json::arrayarray_items () const
 
virtual bool bool_value () const
 
virtual int int_value () const
 
virtual long long long_value () const
 
virtual double number_value () const
 
virtual const Json::objectobject_items () const
 
virtual const Jsonoperator[] (const std::string &key) const
 
virtual const Jsonoperator[] (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::NUL, NullStruct >
const NullStruct m_value
 

Detailed Description

Definition at line 486 of file json11.h.

Constructor & Destructor Documentation

◆ JsonNull()

json11::JsonNull::JsonNull ( )
inline

Definition at line 488 of file json11.h.

488 : Value({}) {}

The documentation for this class was generated from the following file:
json11::Value< Json::NUL, NullStruct >::Value
Value(NullStruct value)
Definition: json11.h:382