Functions | |
| bool | ToDouble (const std::string &string, double &value) |
| bool | ToFloat (const std::string &string, float &value) |
| bool | ToInt32 (const std::string &string, int32_t &value, int32_t base=10) |
| bool | ToUInt32 (const std::string &string, uint32_t &value, int32_t base=10) |
| bool swri_string_util::ToDouble | ( | const std::string & | string, |
| double & | value | ||
| ) |
Definition at line 38 of file string_util.cpp.
| bool swri_string_util::ToFloat | ( | const std::string & | string, |
| float & | value | ||
| ) |
Definition at line 59 of file string_util.cpp.
| bool swri_string_util::ToInt32 | ( | const std::string & | string, |
| int32_t & | value, | ||
| int32_t | base = 10 |
||
| ) |
Definition at line 80 of file string_util.cpp.
| bool swri_string_util::ToUInt32 | ( | const std::string & | string, |
| uint32_t & | value, | ||
| int32_t | base = 10 |
||
| ) |
Definition at line 107 of file string_util.cpp.