![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
#include "convertToString.h"
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<typename T > | |
T | stringToValue (const std::string &str) |
Convert a string into value. 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().
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.