tokenizer.h - string tokenizer.
Contents
Detailed Description
string tokenizer.
Name
tokenizer.h - string tokenizer.
Synopsis
#include <cc++/missing.h>
#include <cc++/thread.h>
Classes
class ost::StringTokenizer
Splits delimited string into tokens.
class ost::StringTokenizer::NoSuchElementException
Exception thrown, if someone tried to read beyond the end of the tokens.
class ost::StringTokenizer::iterator
The input forward iterator for tokens.
Namespacesost