iipsrv 0.9.9

Tokenizer Class Reference

Simple utility class to split a string into tokens. More...

#include <Tokenizer.h>

List of all members.

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.

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: