Utilities for converting the Strings.
More...
|
template<> |
std::string | ToString< StepsType > (const StepsType &value) |
|
template<> |
bool | FromString< TapNoteScore > (const std::string &value, TapNoteScore &out) |
|
template<> |
bool | FromString< int > (const std::string &sValue, int &out) |
|
template<> |
bool | FromString< unsigned > (const std::string &sValue, unsigned &out) |
|
template<> |
bool | FromString< float > (const std::string &sValue, float &out) |
|
template<> |
bool | FromString< bool > (const std::string &sValue, bool &out) |
|
template<> |
std::string | ToString< int > (const int &value) |
|
template<> |
std::string | ToString< unsigned > (const unsigned &value) |
|
template<> |
std::string | ToString< float > (const float &value) |
|
template<> |
std::string | ToString< bool > (const bool &value) |
|
template<typename T > |
auto | FromString (const std::string &sValue, T &out) -> bool |
|
template<typename T > |
auto | ToString (const T &value) -> std::string |
|
template<> |
auto | FromString< std::string > (const std::string &sValue, std::string &out) -> bool |
|
template<> |
auto | ToString< std::string > (const std::string &value) -> std::string |
|
Utilities for converting the Strings.