1 #ifndef UTILITIES_GENERAL_TOKENIZER_H
2 #define UTILITIES_GENERAL_TOKENIZER_H
9 class Tokenizer :
public std::vector<std::string> {
11 typedef std::vector<std::string>
super;
20 #endif // UTILITIES_GENERAL_TOKENIZER_H
static std::string const input
Tokenizer(const std::string &sep, const std::string &input, bool alsoempty=true)
void join(std::string &out, const std::string &sep, bool alsoempty=true) const
std::vector< std::string > super