#include <jsonprops.hxx>
|
static cJSON * | toJson (SGPropertyNode_ptr n, int depth, double timestamp=-1.0) |
|
static std::string | toJsonString (bool indent, SGPropertyNode_ptr n, int depth, double timestamp=-1.0) |
|
static const char * | getPropertyTypeString (simgear::props::Type type) |
|
static cJSON * | valueToJson (SGPropertyNode_ptr n) |
|
static void | toProp (cJSON *json, SGPropertyNode_ptr base) |
|
static void | addChildrenToProp (cJSON *json, SGPropertyNode_ptr base) |
|
Definition at line 31 of file jsonprops.hxx.
◆ addChildrenToProp()
void flightgear::http::JSON::addChildrenToProp |
( |
cJSON * | json, |
|
|
SGPropertyNode_ptr | base ) |
|
static |
◆ getPropertyTypeString()
const char * flightgear::http::JSON::getPropertyTypeString |
( |
simgear::props::Type | type | ) |
|
|
static |
◆ toJson()
cJSON * flightgear::http::JSON::toJson |
( |
SGPropertyNode_ptr | n, |
|
|
int | depth, |
|
|
double | timestamp = -1.0 ) |
|
static |
◆ toJsonString()
string flightgear::http::JSON::toJsonString |
( |
bool | indent, |
|
|
SGPropertyNode_ptr | n, |
|
|
int | depth, |
|
|
double | timestamp = -1.0 ) |
|
static |
◆ toProp()
void flightgear::http::JSON::toProp |
( |
cJSON * | json, |
|
|
SGPropertyNode_ptr | base ) |
|
static |
◆ valueToJson()
cJSON * flightgear::http::JSON::valueToJson |
( |
SGPropertyNode_ptr | n | ) |
|
|
static |
The documentation for this class was generated from the following files: