7 #ifndef __CONVERTTOSTRING_H__
8 #define __CONVERTTOSTRING_H__
23 std::string valueToString<std::string>(
const std::string & val);
25 std::string stringToValue<std::string>(
const std::string & str);
Path of a directory or a file.
PPath stringToValue< PPath >(const std::string &str)
Convert a string to value (specialisation for PPath)
std::string valueToString< bool >(const bool &val)
Convert a value to string (specialisation for bool)
PString stringToValue< PString >(const std::string &str)
Convert a string to value (specialisation for PString)
std::string valueToString(const T &val)
Convert a type into a string.
T stringToValue(const std::string &str)
Convert a string into value.
std::string valueToString< PString >(const PString &val)
Convert a value to string (specialisation for PString)
std::string valueToString< PPath >(const PPath &val)
Convert a value to string (specialisation for PPath)
bool stringToValue< bool >(const std::string &str)
Convert a string to value (specialisation for bool)