00001 #ifndef GRABBER_UTILS 00002 #define GRABBER_UTILS 00003 00004 /*********************************************************************** 00005 * basic functionalities for the puma grabber 00006 *********************************************************************/ 00007 00008 #include <string> 00009 #include <vector> 00010 00014 std::string toString ( long _value ); 00015 00020 std::vector<std::string> splitString ( const std::string &_orginal, const std::string &_seperators ); 00021 00022 #endif