string tokenizer. More...
#include <commoncpp/config.h>#include <commoncpp/thread.h>#include <commoncpp/exception.h>

Go to the source code of this file.
Data Structures | |
| class | ost::StringTokenizer |
| Splits delimited string into tokens. More... | |
| class | ost::StringTokenizer::iterator |
| The input forward iterator for tokens. More... | |
| class | ost::StringTokenizer::NoSuchElementException |
| Exception thrown, if someone tried to read beyond the end of the tokens. More... | |
string tokenizer.
Definition in file tokenizer.h.
1.6.1