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

Public Member Functions

 jsonTuple (string k, JSONValue v)
 

Public Attributes

string key
 
JSONValue value
 

Constructor & Destructor Documentation

JSONObject::jsonTuple::jsonTuple ( string  k,
JSONValue  v 
)
inline
12  {
13  key = k;
14  value = v;
15  }
JSONValue value
Definition: jsonobject.h:10
string key
Definition: jsonobject.h:9

Member Data Documentation

string JSONObject::jsonTuple::key
JSONValue JSONObject::jsonTuple::value

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