![]() |
DUNE: Uniform Navigational Environment
2019.02.0
|
This is the complete list of members for DUNE::Utils::String, including all inherited members.
| assign(std::vector< char > &dst, const char *src) | DUNE::Utils::String | static |
| endsWith(const std::string &str, const std::string &suffix) | DUNE::Utils::String | static |
| escape(const std::string &input) | DUNE::Utils::String | static |
| filterDuplicates(char element, const std::string &subject) | DUNE::Utils::String | static |
| format(char *str, size_t size, const char *format,...) | DUNE::Utils::String | inlinestatic |
| fromHex(const std::string &str) | DUNE::Utils::String | static |
| getRemaining(const std::string &prefix, const std::string &str) | DUNE::Utils::String | static |
| join(Iterator begin, Iterator end, const std::string &separator) | DUNE::Utils::String | inlinestatic |
| ltrim(const std::string &str) | DUNE::Utils::String | static |
| replace(const std::string &str, char rep, const std::string &pat) | DUNE::Utils::String | static |
| replaceWhiteSpace(std::string &str, char rep) | DUNE::Utils::String | static |
| resize(char *str, int size) | DUNE::Utils::String | static |
| rtrim(const std::string &str) | DUNE::Utils::String | static |
| rtrim(char *str) | DUNE::Utils::String | static |
| split(const std::string &s, const std::string &sep, std::vector< std::string > &lst) | DUNE::Utils::String | static |
| split(const std::string &s, const std::string &sep, std::vector< Type > &lst) | DUNE::Utils::String | inlinestatic |
| splitMulti(const std::string &s, const std::string &sep0, const std::string &sep1, std::vector< std::vector< Type > > &lst) | DUNE::Utils::String | inlinestatic |
| startsWith(const std::string &str, const std::string &prefix) | DUNE::Utils::String | static |
| str(Type t) | DUNE::Utils::String | inlinestatic |
| str(const char *format,...) | DUNE::Utils::String | inlinestatic |
| toHex(const std::string &str) | DUNE::Utils::String | static |
| toHex(const std::vector< char > &str) | DUNE::Utils::String | static |
| toHex(int nr) | DUNE::Utils::String | static |
| toLowerCase(std::string &str) | DUNE::Utils::String | static |
| toUpperCase(std::string &str) | DUNE::Utils::String | static |
| trim(const std::string &str) | DUNE::Utils::String | static |
| unescape(const std::string &input, bool unescape_all=true) | DUNE::Utils::String | static |