Warning: the various iterators reuse the Regexps and therefore only one iteration of a Splitter can be done at a given time.
More...
#include <regexp.h>
List of all members.
Detailed Description
Warning: the various iterators reuse the Regexps and therefore only one iteration of a Splitter can be done at a given time.
Member Typedef Documentation
Constructor & Destructor Documentation
wibble::Splitter::const_iterator::const_iterator |
( |
wibble::Regexp & |
re, |
|
|
const std::string & |
str | |
|
) |
| | [inline] |
wibble::Splitter::const_iterator::const_iterator |
( |
wibble::Regexp & |
re |
) |
[inline] |
Member Function Documentation
bool wibble::Splitter::const_iterator::operator!= |
( |
const const_iterator & |
ti |
) |
const [inline] |
const std::string& wibble::Splitter::const_iterator::operator* |
( |
|
) |
const [inline] |
const std::string* wibble::Splitter::const_iterator::operator-> |
( |
|
) |
const [inline] |
bool wibble::Splitter::const_iterator::operator== |
( |
const const_iterator & |
ti |
) |
const [inline] |
The documentation for this class was generated from the following files: