iipsrv  1.0
Tokenizer Class Reference

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.
 

Detailed Description

Simple utility class to split a string into tokens.

Constructor & Destructor Documentation

Tokenizer::Tokenizer ( const std::string &  s,
const std::string &  d 
)
inline

Constructor.

Parameters
sstring to be split
ddelimitter

The documentation for this class was generated from the following file: