#include <token.h>
Public Member Functions | |
void | split (const std::string &source, const std::string &delimiter, std::vector< std::string > &strVec) |
void | trimLeft (std::string &s) |
void | trimRight (std::string &s) |
void | removeWSP (std::string &s) |
Definition at line 8 of file token.h.
void Tokenizer::removeWSP | ( | std::string & | s | ) |
void Tokenizer::split | ( | const std::string & | source, | |
const std::string & | delimiter, | |||
std::vector< std::string > & | strVec | |||
) |
void Tokenizer::trimLeft | ( | std::string & | s | ) |
void Tokenizer::trimRight | ( | std::string & | s | ) |