OpenASIP
2.0
|
This is the complete list of members for StringTools, including all inherited members.
chopString(const std::string &source, const std::string &delimiters) | StringTools | static |
chopString(const std::string &source, const std::string &delimiter, std::vector< std::string > &results) | StringTools | static |
ciEqual(const std::string &a, const std::string &b) | StringTools | static |
containsChar(const std::string &source, char ch, bool caseSensitive=true) | StringTools | static |
endsWith(const std::string &source, const std::string &searchString) | StringTools | static |
indent(int level) | StringTools | static |
replaceAllOccurrences(const std::string &source, const std::string &occurrence, const std::string &newString) | StringTools | static |
splitToRows(const std::string &original, const unsigned int rowLength) | StringTools | static |
stringToCharPtr(const std::string &source) | StringTools | static |
stringToLower(const std::string &source) | StringTools | static |
stringToUpper(const std::string &source) | StringTools | static |
trim(const std::string &source) | StringTools | static |