OpenPose  1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
string.hpp File Reference

Go to the source code of this file.

Namespaces

 op
 

Functions

OP_API unsigned long long op::getLastNumber (const std::string &string)
 
template<typename T >
OP_API std::string op::toFixedLengthString (const T number, const unsigned long long stringLength=0)
 
OP_API std::vector< std::string > op::splitString (const std::string &stringToSplit, const std::string &delimiter)
 
OP_API std::string op::toLower (const std::string &string)
 
OP_API std::string op::toUpper (const std::string &string)