Go to the source code of this file.
Namespaces | |
namespace | swri_string_util |
Functions | |
bool | swri_string_util::ToDouble (const std::string &string, double &value) |
bool | swri_string_util::ToFloat (const std::string &string, float &value) |
bool | swri_string_util::ToInt32 (const std::string &string, int32_t &value, int32_t base=10) |
bool | swri_string_util::ToUInt32 (const std::string &string, uint32_t &value, int32_t base=10) |