This is the complete list of members for ot::String, including all inherited members.
evaluateEscapeCharacters(const std::string &_string) | ot::String | static |
getCStringCopy(const std::string &_str) | ot::String | static |
getCStringCopy(const std::wstring &_str) | ot::String | static |
isNumber(const std::string &_string) | ot::String | inlinestatic |
numberToHexString(T _number, char _fill='0', int _length=16) | ot::String | inlinestatic |
replace(const std::string &_str, const std::string &_what, const std::string &_with) | ot::String | static |
replace(const std::wstring &_str, const std::wstring &_what, const std::wstring &_with) | ot::String | static |
smartSplit(const std::string &_str, const std::string &_splitBy, bool _evaluateEscapeCharacters=true, bool _skipEmpty=false) | ot::String | static |
split(const std::string &_str, char _splitBy, bool _skipEmpty=false) | ot::String | static |
split(const std::string &_str, const std::string &_splitBy, bool _skipEmpty=false) | ot::String | static |
split(const std::wstring &_str, wchar_t _splitBy, bool _skipEmpty=false) | ot::String | static |
split(const std::wstring &_str, const std::wstring &_splitBy, bool _skipEmpty=false) | ot::String | static |
toLower(const std::string &_string) | ot::String | static |
toNumber(const std::string &_string, bool &_failed) | ot::String | inlinestatic |