COOPY » Guide
version 0.6.5
|
Collection of key/value pairs, represented in Json format. More...
#include <JsonProperty.h>
Static Public Member Functions | |
static bool | add (Property &prop, const char *fname) |
static bool | add (Property &prop, const std::string &fname) |
static bool | add (Property &prop, Json::Value &root) |
Collection of key/value pairs, represented in Json format.
Definition at line 19 of file JsonProperty.h.
bool JsonProperty::add | ( | Property & | prop, |
const char * | fname | ||
) | [static] |
Definition at line 9 of file JsonProperty.cpp.
Referenced by add().
bool JsonProperty::add | ( | Property & | prop, |
Json::Value & | root | ||
) | [static] |
Definition at line 20 of file JsonProperty.cpp.
References dbg_printf, coopy::store::Property::nest(), and coopy::store::Property::put().
static bool coopy::store::JsonProperty::add | ( | Property & | prop, |
const std::string & | fname | ||
) | [inline, static] |
Definition at line 22 of file JsonProperty.h.
References add().