#include <vector>#include <string>#include <sstream>Include dependency graph for UtilString.h:
Go to the source code of this file.
Namespaces | |
| namespace | UtilString |
Functions | |
| bool | UtilString::atob (const char *s) |
| bool | UtilString::atob (const char *s, bool &isvalid) |
| int | UtilString::cmp_nocase (const std::string &s1, const std::string &s2) |
| int | UtilString::cmp_wildcard (const std::string &s, const std::string &w) |
| void | UtilString::MakePrintable (const char *in, std::string &out) |
| void | UtilString::StringTok (std::vector< std::string > &ls, const std::string &str, const std::string &tok) |
| bool | UtilString::IsBool (const char *s) |
| bool | UtilString::IsInt (const char *s) |
| bool | UtilString::IsFloat (const char *s) |
| std::string | UtilString::ToLower (const std::string &str) |
| std::string | UtilString::ToUpper (const std::string &str) |
| template<class T> | |
| std::string | UtilString::ToString (const T &t, std::ios_base &(*f)(std::ios_base &)=std::dec) |
1.4.7