#include <JsonSetting.h>
◆ JsonSetting() [1/2]
openjaus::system::JsonSetting::JsonSetting |
( |
| ) |
|
◆ JsonSetting() [2/2]
openjaus::system::JsonSetting::JsonSetting |
( |
const std::string & |
key, |
|
|
const Json::Value & |
value |
|
) |
| |
◆ ~JsonSetting()
openjaus::system::JsonSetting::~JsonSetting |
( |
| ) |
|
|
virtual |
◆ getKey()
std::string openjaus::system::JsonSetting::getKey |
( |
| ) |
const |
◆ getValue() [1/2]
Json::Value & openjaus::system::JsonSetting::getValue |
( |
| ) |
|
◆ getValue() [2/2]
Json::Value openjaus::system::JsonSetting::getValue |
( |
| ) |
const |
◆ setKey()
void openjaus::system::JsonSetting::setKey |
( |
const std::string & |
key | ) |
|
◆ setValue()
void openjaus::system::JsonSetting::setValue |
( |
const Json::Value & |
value | ) |
|
◆ toString()
std::string openjaus::system::JsonSetting::toString |
( |
| ) |
const |
|
virtual |
◆ operator<< [1/2]
◆ operator<< [2/2]
◆ key
std::string openjaus::system::JsonSetting::key |
|
private |
◆ value
Json::Value openjaus::system::JsonSetting::value |
|
private |
The documentation for this class was generated from the following files: