String tokenizer class.
More...
#include <tdme/utilities/StringTokenizer.h>
String tokenizer class.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 18 of file StringTokenizer.h.
◆ StringTokenizer()
◆ countTokens()
◆ getTokens()
const vector< string > & getTokens |
( |
| ) |
|
|
inline |
◆ hasMoreTokens()
◆ nextToken()
const string & nextToken |
( |
| ) |
|
|
inline |
◆ tokenize()
void tokenize |
( |
const string & |
str, |
|
|
const string & |
delimiters |
|
) |
| |
Tokenize.
- Parameters
-
str | string to tokenize |
delimiters | delimiters |
Definition at line 14 of file StringTokenizer.cpp.
◆ idx
◆ tokens
The documentation for this class was generated from the following files: