COOPY » Guide  version 0.6.5
Static Public Member Functions
coopy::store::JsonProperty Class Reference

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)

Detailed Description

Collection of key/value pairs, represented in Json format.

Definition at line 19 of file JsonProperty.h.


Member Function Documentation

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]
static bool coopy::store::JsonProperty::add ( Property prop,
const std::string &  fname 
) [inline, static]

Definition at line 22 of file JsonProperty.h.

References add().


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines