#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 |
|
◆ TokenizerType
typedef boost::function<void(std::string&,std::vector<std::string>&)> TokenizerType |
◆ _delimeter_tokenizer()
void _delimeter_tokenizer |
( |
std::string & |
data, |
|
|
std::vector< std::string > & |
tokens, |
|
|
std::string |
delimeter |
|
) |
| |
◆ main()