|
Public Types |
| typedef const_iterator | class_type |
| | The type.
|
| typedef tokeniser_type::delimiter_type | delimiter_type |
| | The delimiter type.
|
| typedef tokeniser_type::value_type | value_type |
| | The value type.
|
| typedef tokeniser_type::traits_type | traits_type |
| | The traits type.
|
Public Methods |
| | const_iterator () |
| | Default constructor.
|
| | const_iterator (const_iterator const &rhs) |
| | Copy constructor.
|
| V | operator * () const |
| | Dereference operator.
|
| const_iterator & | operator++ () |
| | Pre-increment operator.
|
| const const_iterator | operator++ (int) |
| | Post-increment operator.
|
| ss_bool_t | operator== (const_iterator const &rhs) const |
| | Evaluates whether this and rhs are equivalent.
|
| ss_bool_t | operator!= (const_iterator const &rhs) const |
| | Evaluates whether this and rhs are not equivalent.
|