Typedefs | Functions
tokenizer.cc File Reference
#include <iostream>
#include <string>
#include <vector>
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/foreach.hpp>
Include dependency graph for tokenizer.cc:

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 Documentation

typedef boost::function<void(std::string&,std::vector<std::string>&)> TokenizerType

Definition at line 17 of file tokenizer.cc.

Function Documentation

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.



serial
Author(s): William Woodall , John Harrison
autogenerated on Thu Jan 9 2020 07:18:58