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