MOOS 0.2375
/home/toby/moos-ivp/MOOS-2375-Oct0611/Tools/Graphical/libAlogTools/alogTools/utils.h
Go to the documentation of this file.
00001 #ifndef __UTILS_H
00002 #define __UTILS_H
00003 
00004 #include <vector>
00005 #include <string>
00006 
00007   void Tokenize(const std::string& str,
00008                 std::vector<std::string>& tokens,
00009                 const std::string& delimiters = " ");
00010 
00011 #endif // __UTILS_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines