RDFS
The Rice Comp413 2017 class' continuation on the work of the 2016 RDFS.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
el::base::utils::Str Member List

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) (defined in el::base::utils::Str)el::base::utils::Strstatic
clearBuff(char buff[], std::size_t lim) (defined in el::base::utils::Str)el::base::utils::Strstatic
contains(const char *str, char c)el::base::utils::Strstatic
convertAndAddToBuff(std::size_t n, int len, char *buf, const char *bufLim, bool zeroPadded=true) (defined in el::base::utils::Str)el::base::utils::Strstatic
cStringCaseEq(const char *s1, const char *s2)el::base::utils::Strstatic
cStringEq(const char *s1, const char *s2)el::base::utils::Strstatic
endsWith(const std::string &str, const std::string &end)el::base::utils::Strstatic
isDigit(char c)el::base::utils::Strinlinestatic
ltrim(std::string &str) (defined in el::base::utils::Str)el::base::utils::Strstatic
replaceAll(std::string &str, char replaceWhat, char replaceWith)el::base::utils::Strstatic
replaceAll(std::string &str, const std::string &replaceWhat, const std::string &replaceWith)el::base::utils::Strstatic
replaceFirstWithEscape(base::type::string_t &str, const base::type::string_t &replaceWhat, const base::type::string_t &replaceWith) (defined in el::base::utils::Str)el::base::utils::Strstatic
rtrim(std::string &str) (defined in el::base::utils::Str)el::base::utils::Strstatic
startsWith(const std::string &str, const std::string &start)el::base::utils::Strstatic
toUpper(std::string &str)el::base::utils::Strstatic
trim(std::string &str) (defined in el::base::utils::Str)el::base::utils::Strstatic
wcharPtrToCharPtr(const wchar_t *line)el::base::utils::Strstatic
wildCardMatch(const char *str, const char *pattern)el::base::utils::Strstatic