TinyURDF 1.0.0
|
Functions | |
void | str2array (const char *str, double *arr) |
void | str2double (const char *in, double &num_) |
Converts a string to a double value in a locale-safe manner. | |
void | split (const std::string &str, std::vector< std::string > &split_result, const std::string &delimiter) |
Splits a string by a delimiter into a vector of strings. | |
void split | ( | const std::string & | str, |
std::vector< std::string > & | split_result, | ||
const std::string & | delimiter | ||
) |
Splits a string by a delimiter into a vector of strings.
str | The input string to split. |
split_result | Vector to store the resulting substrings. |
delimiter | The delimiter used for splitting the string. |
void str2array | ( | const char * | str, |
double * | arr | ||
) |
void str2double | ( | const char * | in, |
double & | num_ | ||
) |
Converts a string to a double value in a locale-safe manner.