RobWorkProject
23.9.11-
|
This is the complete list of members for StringUtil, including all inherited members.
getDirectoryName(const std::string &path) | StringUtil | static |
getFileExtension(const std::string &filename) | StringUtil | static |
getFileName(const std::string &pathAndFileName) | StringUtil | static |
getRelativeDirectoryName(const std::string &path, std::string dir_name) | StringUtil | static |
isAbsoluteFileName(const std::string &file) | StringUtil | static |
patternToRegEx(const std::string &pattern) | StringUtil | static |
quote(const std::string &str) | StringUtil | static |
ranName(const std::string &prefix) | StringUtil | static |
removeWhiteSpace(const std::string &str) | StringUtil | static |
replaceBackslash(const std::string &file) | StringUtil | static |
StringPair typedef | StringUtil | related |
StringPairList typedef | StringUtil | related |
toDouble(const std::string &str) | StringUtil | static |
toDoubles(const std::vector< std::string > &words) | StringUtil | static |
toInt(const std::string &str) | StringUtil | static |
toInts(const std::vector< std::string > &words) | StringUtil | static |
toLong(const std::string &str) | StringUtil | static |
toLongs(const std::vector< std::string > &words) | StringUtil | static |
toLower(const std::string &str) | StringUtil | static |
toUInt(const std::string &str) | StringUtil | static |
toUInts(const std::vector< std::string > &words) | StringUtil | static |
toULong(const std::string &str) | StringUtil | static |
toULongs(const std::vector< std::string > &words) | StringUtil | static |
toUpper(const std::string &str) | StringUtil | static |
words(const std::string &str) | StringUtil | static |