#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.
Typedefs | |
typedef boost::function< void(std::string &, std::vector< std::string > &)> | TokenizerType |
Functions | |
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 |
Definition at line 17 of file tokenizer.cc.
void _delimeter_tokenizer | ( | std::string & | data, |
std::vector< std::string > & | tokens, | ||
std::string | delimeter | ||
) |
Definition at line 11 of file tokenizer.cc.
int main | ( | void | ) |
Definition at line 19 of file tokenizer.cc.