#include <string>#include <vector>

Go to the source code of this file.
Functions | |
| std::vector< std::string > | splitString (const std::string &_orginal, const std::string &_seperators) |
| std::string | toString (long _value) |
| std::vector<std::string> splitString | ( | const std::string & | _orginal, |
| const std::string & | _seperators | ||
| ) |
split a string into substrings by finding the given seperators
| std::string toString | ( | long | _value | ) |
converts a number to a string
Definition at line 11 of file GrabberUtils.cpp.