iipsrv 0.9.9
|
Simple utility class to split a string into tokens. More...
#include <Tokenizer.h>
Public Member Functions | |
Tokenizer (const std::string &s, const std::string &d) | |
Constructor. | |
std::string | nextToken () |
Return the next token. | |
int | hasMoreTokens () |
Indicate whether there are any tokens remaining. |
Simple utility class to split a string into tokens.
Tokenizer::Tokenizer | ( | const std::string & | s, |
const std::string & | d | ||
) | [inline] |
Constructor.
s | string to be split |
d | delimitter |