COSMOS core  1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
json11::Statics Struct Reference
Collaboration diagram for json11::Statics:

Public Member Functions

 Statics ()
 

Public Attributes

const std::shared_ptr< JsonValuenull = make_shared<JsonNull>()
 
const std::shared_ptr< JsonValuet = make_shared<JsonBoolean>(true)
 
const std::shared_ptr< JsonValuef = make_shared<JsonBoolean>(false)
 
const string empty_string
 
const vector< Jsonempty_vector
 
const map< string, Jsonempty_map
 

Constructor & Destructor Documentation

json11::Statics::Statics ( )
inline
235 {}

Member Data Documentation

const std::shared_ptr<JsonValue> json11::Statics::null = make_shared<JsonNull>()
const std::shared_ptr<JsonValue> json11::Statics::t = make_shared<JsonBoolean>(true)
const std::shared_ptr<JsonValue> json11::Statics::f = make_shared<JsonBoolean>(false)
const string json11::Statics::empty_string
const vector<Json> json11::Statics::empty_vector
const map<string, Json> json11::Statics::empty_map

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