|
wibble
1.1
|
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>
Public Types | |
| typedef std::string | value_type |
| typedef ptrdiff_t | difference_type |
| typedef value_type * | pointer |
| typedef value_type & | reference |
| typedef std::forward_iterator_tag | iterator_category |
Public Member Functions | |
| const_iterator (wibble::Regexp &re, const std::string &str) | |
| const_iterator (wibble::Regexp &re) | |
| const_iterator & | operator++ () |
| const std::string & | operator* () const |
| const std::string * | operator-> () const |
| bool | operator== (const const_iterator &ti) const |
| bool | operator!= (const const_iterator &ti) const |
Warning: the various iterators reuse the Regexps and therefore only one iteration of a Splitter can be done at a given time.
| typedef ptrdiff_t wibble::Splitter::const_iterator::difference_type |
| typedef std::forward_iterator_tag wibble::Splitter::const_iterator::iterator_category |
| typedef std::string wibble::Splitter::const_iterator::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
| Splitter::const_iterator & wibble::Splitter::const_iterator::operator++ | ( | ) |
|
inline |
|
inline |
1.8.13