15 std::string valueToString<std::string>(
const std::string & val){
24 std::string stringToValue<std::string>(
const std::string & str){
70 if(val){
return "true";}
80 return str ==
"true" || str ==
"1" || str ==
"yes";
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< 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)