#include "cargo-sqlite/to-kvstore-visitor.hpp"
#include "cargo-sqlite/from-kvstore-visitor.hpp"
#include "cargo-sqlite/from-kvstore-ignoring-visitor.hpp"
Go to the source code of this file.
Namespaces | |
cargo | |
Functions | |
template<class Cargo > | |
void | cargo::loadFromKVStore (const std::string &filename, Cargo &visitable, const std::string &visitableName) |
Loads a visitable structure from KVStore. More... | |
template<class Cargo > | |
void | cargo::saveToKVStore (const std::string &filename, const Cargo &visitable, const std::string &visitableName) |
Saves the visitable to a KVStore. More... | |