Go to the source code of this file.
|
template<class Cargo > |
void | cargo::loadFromKVStoreWithJson (const std::string &kvfile, const std::string &json, Cargo &visitable, const std::string &kvVisitableName) |
| Load the visitable from KVStore with defaults given in json. More...
|
|
template<class Cargo > |
void | cargo::loadFromKVStoreWithJsonFile (const std::string &kvfile, const std::string &jsonfile, Cargo &visitable, const std::string &kvVisitableName) |
| Load the data from KVStore with defaults given in json file. More...
|
|