/search.css" rel="stylesheet" type="text/css"/> /search.js">
#include <vector>
#include <string>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | UtilString |
Defines | |
#define | VECTOR |
#define | STRING |
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::Strip (std::string &str) |
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) |
#define VECTOR |
Definition at line 26 of file UtilString.h.
#define STRING |
Definition at line 30 of file UtilString.h.