Fawkes API
Fawkes Development Version
|
This is the complete list of members for fawkes::StringConversions, including all inherited members.
to_bool(std::string s) | fawkes::StringConversions | static |
to_double(std::string s) | fawkes::StringConversions | static |
to_float(std::string s) | fawkes::StringConversions | static |
to_int(std::string s) | fawkes::StringConversions | static |
to_lower(std::string str) | fawkes::StringConversions | static |
to_string(unsigned int i) | fawkes::StringConversions | static |
to_string(int i) | fawkes::StringConversions | static |
to_string(long int i) | fawkes::StringConversions | static |
to_string(float f) | fawkes::StringConversions | static |
to_string(double d) | fawkes::StringConversions | static |
to_string(bool b) | fawkes::StringConversions | static |
to_uint(std::string s) | fawkes::StringConversions | static |
to_upper(std::string str) | fawkes::StringConversions | static |
trim(std::string &s) | fawkes::StringConversions | static |
trim_inplace(std::string &s) | fawkes::StringConversions | static |