
Go to the source code of this file.
Functions | |
| template<class T1 , class T2 > | |
| T1 | find_first_not_of (T1 first1, T1 last1, T2 first2, T2 last2) |
| vector< string > | splitString (const string &_orginal, const string &_seperators) |
| string | toString (long _value) |
| T1 find_first_not_of | ( | T1 | first1, |
| T1 | last1, | ||
| T2 | first2, | ||
| T2 | last2 | ||
| ) |
Definition at line 20 of file GrabberUtils.cpp.
| vector<string> splitString | ( | const string & | _orginal, |
| const string & | _seperators | ||
| ) |
Definition at line 32 of file GrabberUtils.cpp.
| string toString | ( | long | _value | ) |
converts a number to a string
Definition at line 11 of file GrabberUtils.cpp.