SHOGUN
4.2.0
|
Go to the source code of this file.
Classes | |
class | CDelimiterTokenizer |
The class CDelimiterTokenizer is used to tokenize a SGVector<char> into tokens using custom chars as delimiters. One can set the delimiters to use by setting to 1 the appropriate index of the public field delimiters. Eg. to set as delimiter the character ':', one should do: tokenizer->delimiters[':'] = 1;. More... | |