GNU CommonC++
Classes | Namespaces

tokenizer.h File Reference

string tokenizer. More...

#include <cc++/missing.h>
#include <cc++/thread.h>

Go to the source code of this file.

Classes

class  ost::StringTokenizer
 Splits delimited string into tokens. More...
class  ost::StringTokenizer::NoSuchElementException
 Exception thrown, if someone tried to read beyond the end of the tokens. More...
class  ost::StringTokenizer::iterator
 The input forward iterator for tokens. More...

Namespaces

namespace  ost

Detailed Description

string tokenizer.