souffle
2.0.2-371-g6315b36
|
#include <json11.h>
Public Member Functions | |
Statics ()=default | |
Data Fields | |
const std::map< std::string, Json > | empty_map {} |
const std::string | empty_string {} |
const std::vector< Json > | empty_vector {} |
const std::shared_ptr< JsonValue > | f = std::make_shared<JsonBoolean>(false) |
const std::shared_ptr< JsonValue > | null = std::make_shared<JsonNull>() |
const std::shared_ptr< JsonValue > | t = std::make_shared<JsonBoolean>(true) |
|
default |
const std::map<std::string, Json> json11::Statics::empty_map {} |
Definition at line 500 of file json11.h.
Referenced by json11::JsonValue::object_items().
const std::string json11::Statics::empty_string {} |
Definition at line 498 of file json11.h.
Referenced by json11::JsonValue::string_value().
const std::vector<Json> json11::Statics::empty_vector {} |
Definition at line 499 of file json11.h.
Referenced by json11::JsonValue::array_items().
const std::shared_ptr<JsonValue> json11::Statics::f = std::make_shared<JsonBoolean>(false) |
const std::shared_ptr<JsonValue> json11::Statics::t = std::make_shared<JsonBoolean>(true) |