|  | iipsrv
    1.1
    iipsrv is an advanced high-performance feature-rich image server for web-based streamed viewing and zooming of ultra high-resolution images | 
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.  More... | |
| 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.
| 
 | inline | 
Constructor.
| s | string to be split | 
| d | delimitter |