1 #ifndef OPENPOSE_UTILITIES_STRING_HPP
2 #define OPENPOSE_UTILITIES_STRING_HPP
20 OP_API std::vector<std::string>
splitString(
const std::string& stringToSplit,
const std::string& delimiter);
27 #endif // OPENPOSE_UTILITIES_STRING_HPP
OP_API std::string toFixedLengthString(const T number, const unsigned long long stringLength=0)
OP_API std::string toLower(const std::string &string)
OP_API unsigned long long getLastNumber(const std::string &string)
OP_API std::string toUpper(const std::string &string)
#define OP_API
Definition: macros.hpp:9
OP_API std::vector< std::string > splitString(const std::string &stringToSplit, const std::string &delimiter)