Tokenizer Class Reference

#include <token.h>

List of all members.

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)

Detailed Description

Definition at line 8 of file token.h.


Member Function Documentation

void Tokenizer::removeWSP ( std::string s  ) 

Definition at line 52 of file token.cpp.

void Tokenizer::split ( const std::string source,
const std::string delimiter,
std::vector< std::string > &  strVec 
)

Definition at line 4 of file token.cpp.

void Tokenizer::trimLeft ( std::string s  ) 

Definition at line 24 of file token.cpp.

void Tokenizer::trimRight ( std::string s  ) 

Definition at line 38 of file token.cpp.


The documentation for this class was generated from the following files:
Generated on Thu May 30 15:55:27 2013 for GME by  doxygen 1.6.3