EvEmu
0.8.4
11 September 2021
|
This is the complete list of members for Utils::Strings, including all inherited members.
CaseFold(std::string &str) | Utils::Strings | static |
CaseFold(std::wstring &str) | Utils::Strings | static |
StringToWString(std::string &wstr) | Utils::Strings | static |
toLowerCase(const std::string &TString) | Utils::Strings | static |
toLowerCase(std::string &TString) | Utils::Strings | static |
toLowerCase(const std::wstring &TString) | Utils::Strings | static |
toLowerCase(std::wstring &TString) | Utils::Strings | static |
toUpperCase(const std::string &TString) | Utils::Strings | static |
toUpperCase(std::string &TString) | Utils::Strings | static |
toUpperCase(const std::wstring &TString) | Utils::Strings | static |
toUpperCase(std::wstring &TString) | Utils::Strings | static |
trim(const std::string &str, bool left, bool right) | Utils::Strings | static |
trim(std::string &str, bool left, bool right) | Utils::Strings | static |
trim(const std::wstring &str, bool left, bool right) | Utils::Strings | static |
trim(std::wstring &str, bool left, bool right) | Utils::Strings | static |