Functions | |
| void | tokenize (const string &str, vector< string > &tokens, const string &delimiters) |
| float | stringToFloat (const string str) |
| float stringToFloat | ( | const string | str | ) |
Transforms a string into a float value
| str | the string that has to be transformed |
| void tokenize | ( | const string & | str, | |
| vector< string > & | tokens, | |||
| const string & | delimiters | |||
| ) |
Splits a string into substring, based on a delimiter
| str | the string that shall be split | |
| tokens | a vector where the substrings will be stored in | |
| delimiters | the delimiter |
1.5.4