LTL
2.0.x
|
This is the complete list of members for util::StringFactory, including all inherited members.
changeFormat(ostringstream &s, const char format) | util::StringFactory | protectedstatic |
error_text | util::StringFactory | protectedstatic |
factory_text | util::StringFactory | protectedstatic |
floatToString(const T xd, const int width, const int precision, const char format) | util::StringFactory | inlineprotectedstatic |
intToString(const T xd, const int width) | util::StringFactory | inlineprotectedstatic |
toDouble(string xs) | util::StringFactory | static |
toFloat(const string &xs) | util::StringFactory | inlinestatic |
toInt(const string &xs) | util::StringFactory | inlinestatic |
toLong(const string &xs) | util::StringFactory | inlinestatic |
toMinSecString(const double xd, const int precision=0) | util::StringFactory | static |
toString(const double xd, const int width=DBL_DIG+7, const int precision=DBL_DIG, const char format= 'd') | util::StringFactory | static |
toString(const float xd, const int width=FLT_DIG+7, const int precision=FLT_DIG, const char format= 'd') | util::StringFactory | static |
toString(const long xd, const int width=((sizeof(long)*8)/3)+1) | util::StringFactory | static |
toString(const int xd, const int width=((sizeof(int)*8)/3)+1) | util::StringFactory | static |