#include <Tokenizer.h>
Public Types | |
typedef std::vector< std::string > | super |
Public Member Functions | |
void | join (std::string &out, const std::string &sep, bool alsoempty=true) const |
Tokenizer (const std::string &sep, const std::string &input, bool alsoempty=true) |
Tokenize "input" in a vector<string> at each occurence of "sep"
Definition at line 9 of file Tokenizer.h.
typedef std::vector<std::string> Tokenizer::super |
Definition at line 11 of file Tokenizer.h.
Tokenizer::Tokenizer | ( | const std::string & | sep, |
const std::string & | input, | ||
bool | alsoempty = true |
||
) |
void Tokenizer::join | ( | std::string & | out, |
const std::string & | sep, | ||
bool | alsoempty = true |
||
) | const |