Class StringTools¶
Defined in File StringTools.h
Class Documentation¶
-
class
Utilities::StringTools¶ Tools to handle std::string objects.
Public Static Functions
-
static inline void
tokenize(const std::string &str, std::vector<std::string> &tokens, const std::string &delimiters = " ")¶
-
template<typename
T>
static inline std::stringreal2String(const T r)¶ converts a double or a float to a string
-
static inline std::string
to_upper(const std::string &str)¶
-
static inline void