Function OrbitUtils::StringUtils::Tokenize#
Defined in File StringUtils.hh
Function Documentation#
-
int OrbitUtils::StringUtils::Tokenize(const string &str, vector<string> &tokens, const string &delimiters = " ")#
The Tokenizer. It returns the vector with tokens. The delimiter is optional, and by default it is a space.