![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
Go to the source code of this file.
Functions | |
template<typename T > | |
std::string | convertToString (const T &val) |
Convert a type into a string. More... | |
template<> | |
std::string | convertToString< std::string > (const std::string &val) |
Convert a value to string (specialisation for string) More... | |
template<typename T > | |
T | stringToValue (const std::string &str) |
Convert a string into value. More... | |
template<> | |
std::string | stringToValue< std::string > (const std::string &str) |
Convert a string to value (specialisation for string) More... | |
std::string convertToString | ( | const T & | val | ) |
Convert a type into a string.
val | : value to be converted |
Definition at line 17 of file convertToString_impl.h.
References createReleaseCurl::str.
Referenced by checkResultConvertToString(), phoenix_check(), phoenix_mockMakeOutputFile(), PLog::resize(), and OptionValue::setDefaultValue().
std::string convertToString< std::string > | ( | const std::string & | val | ) |
Convert a value to string (specialisation for string)
val | : value |
Definition at line 15 of file convertToString.cpp.
T stringToValue | ( | const std::string & | str | ) |
Convert a string into value.
str | : string to be converted |
Definition at line 28 of file convertToString_impl.h.
References createReleaseCurl::str.
std::string stringToValue< std::string > | ( | const std::string & | str | ) |
Convert a string to value (specialisation for string)
str | : string |
Definition at line 24 of file convertToString.cpp.
References createReleaseCurl::str.