![]() |
PhoenixPresentation
2.0.0
Set of cmake function to automate presentation generation
|
Go to the source code of this file.
Functions | |
template<typename T > | |
T | stringToValue (const std::string &str) |
Convert a string into value. More... | |
template<typename T > | |
std::string | valueToString (const T &val) |
Convert a type into a string. More... | |
T stringToValue | ( | const std::string & | str | ) |
Convert a string into value.
str | : string to be converted |
Definition at line 30 of file convertToString_impl.h.
std::string valueToString | ( | const T & | val | ) |
Convert a type into a string.
val | : value to be converted |
Definition at line 19 of file convertToString_impl.h.
Referenced by checkResultConvertToString(), PString::fromValue(), getSlideNumber(), openFileStream(), PString::operator+=(), PString::operator<<(), PString::operator=(), phoenix_check(), phoenix_save_value_to_dico(), PLog::resize(), testConvertToString(), and PString::toString().