![]() |
Leonetienne/Hazelnupp
Simple, easy to use, command line parameter interface
|
This is the complete list of members for StringTools, including all inherited members.
Contains(const std::string &str, const char c) | StringTools | static |
IsNumeric(const std::string &str, const bool allowDecimalPoint=false) | StringTools | static |
ParseNumber(const std::string &str, bool &out_isInt, long double &out_number) | StringTools | static |
Replace(const std::string &str, const char find, const std::string &subst) | StringTools | static |
Replace(const std::string &str, const std::string &find, const std::string &subst) | StringTools | static |
SplitString(const std::string &str, const char delimiter) | StringTools | static |
SplitString(const std::string &str, const std::string &delimiter) | StringTools | static |
ToLower(const std::string &str) | StringTools | static |