Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cargo-sqlite-json.hpp File Reference

Go to the source code of this file.

Namespaces

 cargo
 

Functions

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...
 

Detailed Description