OpenASIP  2.0
TCEString Member List

This is the complete list of members for TCEString, including all inherited members.

appendIf(bool expression, stringCRef ifTrue)TCEString
appendInteger(std::string &toAppend, const IntegerType &appender)TCEStringstatic
appendInteger(stringCRef toAppend, const IntegerType &appender)TCEStringstatic
appendToNonEmpty(std::string &toAppend, stringCRef appender)TCEStringstatic
appendToNonEmpty(stringCRef toAppend, stringCRef appender)TCEStringstatic
applyIf(bool expression, stringCRef ifTrue, stringCRef ifFalse)TCEStringstatic
applyIf(bool expression, stringCRef ifTrue)TCEStringstatic
capitalize() constTCEString
ciEqual(const TCEString &other) constTCEString
endsWith(const std::string &str) constTCEString
filterDigits(const std::string &str)TCEStringstatic
lower() constTCEString
makeString(const IterableContainer &container, const std::string &separator=", ")TCEStringstatic
operator+(int val) constTCEString
operator+(char c) constTCEString
operator<<(const TCEString &rhs)TCEString
operator<<(const char *rhs)TCEString
operator<<(const int rhs)TCEString
replace(std::string &str, const std::string &oldPattern, const std::string &newPattern)TCEStringstatic
replaceString(const std::string &old, const std::string &newString)TCEString
split(const std::string &delim) constTCEString
startsWith(const std::string &str) constTCEString
TCEString()TCEString
TCEString(const char *text)TCEString
TCEString(const std::string &text)TCEString
TCEString(const char c)TCEString
toLower(const std::string &str, const std::locale &loc=std::locale())TCEStringstatic
toUpper(const TCEString &str, const std::locale &loc=std::locale())TCEStringstatic
toUpper(const std::string &str, const std::locale &loc=std::locale())TCEStringstatic
toUpper(TCEString &str, const std::locale &loc=std::locale())TCEStringstatic
toUpper(std::string &str, const std::locale &loc=std::locale())TCEStringstatic
upper() constTCEString
~TCEString()TCEStringvirtual