This is the complete list of members for el::base::utils::Str, including all inherited members.
addToBuff(const char *str, char *buf, const char *bufLim) | el::base::utils::Str | static |
clearBuff(char buff[], std::size_t lim) | el::base::utils::Str | static |
contains(const char *str, char c) | el::base::utils::Str | static |
convertAndAddToBuff(std::size_t n, int len, char *buf, const char *bufLim, bool zeroPadded=true) | el::base::utils::Str | static |
cStringCaseEq(const char *s1, const char *s2) | el::base::utils::Str | static |
cStringEq(const char *s1, const char *s2) | el::base::utils::Str | static |
endsWith(const std::string &str, const std::string &end) | el::base::utils::Str | static |
isDigit(char c) | el::base::utils::Str | inlinestatic |
ltrim(std::string &str) | el::base::utils::Str | static |
replaceAll(std::string &str, char replaceWhat, char replaceWith) | el::base::utils::Str | static |
replaceAll(std::string &str, const std::string &replaceWhat, const std::string &replaceWith) | el::base::utils::Str | static |
replaceFirstWithEscape(base::type::string_t &str, const base::type::string_t &replaceWhat, const base::type::string_t &replaceWith) | el::base::utils::Str | static |
rtrim(std::string &str) | el::base::utils::Str | static |
startsWith(const std::string &str, const std::string &start) | el::base::utils::Str | static |
toUpper(std::string &str) | el::base::utils::Str | static |
trim(std::string &str) | el::base::utils::Str | static |
wcharPtrToCharPtr(const wchar_t *line) | el::base::utils::Str | static |
wildCardMatch(const char *str, const char *pattern) | el::base::utils::Str | static |