bpp-core
2.2.0
|
This is the complete list of members for bpp::TextTools, including all inherited members.
count(const std::string &s, const std::string &pattern) | bpp::TextTools | static |
endsWith(const std::string &s, const std::string &pattern) | bpp::TextTools | static |
fromString(const std::string &s) | bpp::TextTools | inlinestatic |
hasSubstring(const std::string &s, const std::string &pattern) | bpp::TextTools | static |
isDecimalInteger(const std::string &s, char scientificNotation='e') | bpp::TextTools | static |
isDecimalNumber(char c) | bpp::TextTools | static |
isDecimalNumber(const std::string &s, char dec='.', char scientificNotation='e') | bpp::TextTools | static |
isEmpty(const std::string &s) | bpp::TextTools | static |
isNewLineCharacter(char c) | bpp::TextTools | static |
isWhiteSpaceCharacter(char c) | bpp::TextTools | static |
removeChar(const std::string &s, char c) | bpp::TextTools | static |
removeFirstWhiteSpaces(const std::string &s) | bpp::TextTools | static |
removeLastNewLines(const std::string &s) | bpp::TextTools | static |
removeLastWhiteSpaces(const std::string &s) | bpp::TextTools | static |
removeNewLines(const std::string &s) | bpp::TextTools | static |
removeSubstrings(const std::string &s, char blockBeginning, char blockEnding) | bpp::TextTools | static |
removeSubstrings(const std::string &s, char blockBeginning, char blockEnding, std::vector< std::string > &exceptionsBeginning, std::vector< std::string > &exceptionsEnding) | bpp::TextTools | static |
removeSurroundingWhiteSpaces(const std::string &s) | bpp::TextTools | static |
removeWhiteSpaces(const std::string &s) | bpp::TextTools | static |
replaceAll(std::string &target, const std::string &query, const std::string &replacement) | bpp::TextTools | static |
resizeLeft(const std::string &s, size_t newSize, char fill=' ') | bpp::TextTools | static |
resizeRight(const std::string &s, size_t newSize, char fill=' ') | bpp::TextTools | static |
split(const std::string &s, size_t n) | bpp::TextTools | static |
startsWith(const std::string &s, const std::string &pattern) | bpp::TextTools | static |
to(const std::string &s) | bpp::TextTools | inlinestatic |
toDouble(const std::string &s, char dec='.', char scientificNotation='e') | bpp::TextTools | static |
toInt(const std::string &s, char scientificNotation='e') | bpp::TextTools | static |
toLower(const std::string &s) | bpp::TextTools | static |
toString(T t) | bpp::TextTools | inlinestatic |
toString(T t, int precision) | bpp::TextTools | inlinestatic |
toString(int i) | bpp::TextTools | static |
toString(char c) | bpp::TextTools | static |
toString(double d, int precision=6) | bpp::TextTools | static |
toUpper(const std::string &s) | bpp::TextTools | static |