#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 |
| typedef std::string wibble::Splitter::const_iterator::value_type |
| typedef ptrdiff_t wibble::Splitter::const_iterator::difference_type |
| typedef std::forward_iterator_tag wibble::Splitter::const_iterator::iterator_category |
| wibble::Splitter::const_iterator::const_iterator | ( | wibble::Regexp & | re, | |
| const std::string & | str | |||
| ) | [inline] |
| wibble::Splitter::const_iterator::const_iterator | ( | wibble::Regexp & | re | ) | [inline] |
| Splitter::const_iterator & wibble::Splitter::const_iterator::operator++ | ( | ) |
References wibble::Regexp::match(), wibble::Regexp::matchLength(), and wibble::Regexp::matchStart().
| 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] |
| bool wibble::Splitter::const_iterator::operator!= | ( | const const_iterator & | ti | ) | const [inline] |
1.5.6