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

KVStore visitors utilities. More...

#include <vector>
#include <string>
#include <sstream>

Go to the source code of this file.

Namespaces

 cargo
 

Functions

template<typename T >
cargo::fromString (const std::string &strValue)
 
template<typename T >
std::string cargo::toString (const T &value)
 
template<char delim = '.', typename Arg1 , typename... Args>
std::string cargo::key (const Arg1 &a1, const Args &...args)
 Concatenates all parameters into one std::string. More...
 
template<char delim = '.'>
std::string cargo::key ()
 Function added for key function completeness. More...
 

Detailed Description

KVStore visitors utilities.

Author
Pawel Kubik (p.kub.nosp@m.ik@s.nosp@m.amsun.nosp@m.g.co.nosp@m.m)