|
OpenASIP 2.2
|
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) | TCEString | static |
| appendInteger(stringCRef toAppend, const IntegerType &appender) | TCEString | static |
| appendToNonEmpty(std::string &toAppend, stringCRef appender) | TCEString | static |
| appendToNonEmpty(stringCRef toAppend, stringCRef appender) | TCEString | static |
| applyIf(bool expression, stringCRef ifTrue, stringCRef ifFalse) | TCEString | static |
| applyIf(bool expression, stringCRef ifTrue) | TCEString | static |
| capitalize() const | TCEString | |
| ciEqual(const TCEString &other) const | TCEString | |
| endsWith(const std::string &str) const | TCEString | |
| filterDigits(const std::string &str) | TCEString | static |
| intToHexString(int num) | TCEString | static |
| lower() const | TCEString | |
| makeString(const IterableContainer &container, const std::string &separator=", ") | TCEString | static |
| operator+(int val) const | TCEString | |
| operator+(char c) const | TCEString | |
| 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) | TCEString | static |
| replaceString(const std::string &old, const std::string &newString) | TCEString | |
| split(const std::string &delim) const | TCEString | |
| startsWith(const std::string &str) const | TCEString | |
| 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()) | TCEString | static |
| toUpper(const TCEString &str, const std::locale &loc=std::locale()) | TCEString | static |
| toUpper(const std::string &str, const std::locale &loc=std::locale()) | TCEString | static |
| toUpper(TCEString &str, const std::locale &loc=std::locale()) | TCEString | static |
| toUpper(std::string &str, const std::locale &loc=std::locale()) | TCEString | static |
| unsignedToHexString(unsigned num) | TCEString | static |
| upper() const | TCEString | |
| ~TCEString() | TCEString | virtual |