#include <iostream>
#include <string>
#include <vector>
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/foreach.hpp>
Go to the source code of this file.
|
typedef boost::function< void(std::string &, std::vector< std::string > &)> | TokenizerType |
|
|
void | _delimeter_tokenizer (std::string &data, std::vector< std::string > &tokens, std::string delimeter) |
|
int | main (void) |
|
typedef boost::function<void(std::string&,std::vector<std::string>&)> TokenizerType |
void _delimeter_tokenizer |
( |
std::string & |
data, |
|
|
std::vector< std::string > & |
tokens, |
|
|
std::string |
delimeter |
|
) |
| |