orca-robotics


INTRODUCTION
Overview
Download and Install
Documentation

REPOSITORY
Interfaces
Drivers
Libraries
Utilities
Software Map

DEVELOPER
Dashboard

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         

tokenise.h

00001 #ifndef HYDROUTIL_TOKENISE_H
00002 #define HYDROUTIL_TOKENISE_H
00003 
00004 #include <string>
00005 #include <vector>
00006 
00007 namespace hydroutil {
00008 
00011 std::vector<std::string> tokenise( const std::string &str, 
00012                                    const std::string &delimiter );
00013 
00014 }
00015 
00016 #endif
 

Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)


Generated for Orca Robotics by  doxygen 1.4.5