|
claw 1.9.0
|
Base class for wrapped iterators, specialized for forward iterators. More...
#include <iterator.hpp>
Public Types | |
| typedef std::iterator_traits< Iterator >::difference_type | difference_type |
| typedef Value | value_type |
| typedef value_type * | pointer |
| typedef value_type & | reference |
| typedef std::iterator_traits< Iterator >::iterator_category | iterator_category |
| typedef wrapped_iterator_by_category< std::forward_iterator_tag, Value, Iterator, Function > | self_type |
Public Member Functions | |
| wrapped_iterator_by_category (const Iterator &it) | |
| wrapped_iterator_by_category (const Iterator &it, const Function &f) | |
| template<typename C, typename V, typename I, typename F> | |
| wrapped_iterator_by_category (const wrapped_iterator_by_category< C, V, I, F > &that) | |
| const Iterator & | get_iterator () const |
| const Function & | get_function () const |
| self_type & | operator++ () |
| self_type | operator++ (int) |
| reference | operator* () const |
| pointer | operator-> () const |
| bool | operator== (const self_type &that) const |
| bool | operator!= (const self_type &that) const |
| bool | operator== (const Iterator &it) const |
| bool | operator!= (const Iterator &it) const |
Base class for wrapped iterators, specialized for forward iterators.
Definition at line 51 of file iterator.hpp.
| typedef std::iterator_traits<Iterator>::difference_type claw::wrapped_iterator_by_category< std::forward_iterator_tag, Value, Iterator, Function >::difference_type |
Definition at line 56 of file iterator.hpp.
| typedef std::iterator_traits<Iterator>::iterator_category claw::wrapped_iterator_by_category< std::forward_iterator_tag, Value, Iterator, Function >::iterator_category |
Definition at line 61 of file iterator.hpp.
| typedef value_type* claw::wrapped_iterator_by_category< std::forward_iterator_tag, Value, Iterator, Function >::pointer |
Definition at line 58 of file iterator.hpp.
| typedef value_type& claw::wrapped_iterator_by_category< std::forward_iterator_tag, Value, Iterator, Function >::reference |
Definition at line 59 of file iterator.hpp.
| typedef wrapped_iterator_by_category<std::forward_iterator_tag, Value, Iterator, Function> claw::wrapped_iterator_by_category< std::forward_iterator_tag, Value, Iterator, Function >::self_type |
Definition at line 65 of file iterator.hpp.
| typedef Value claw::wrapped_iterator_by_category< std::forward_iterator_tag, Value, Iterator, Function >::value_type |
Definition at line 57 of file iterator.hpp.
|
inline |
Definition at line 68 of file iterator.hpp.
|
inline |
Definition at line 70 of file iterator.hpp.
|
inline |
Definition at line 73 of file iterator.hpp.
|
inline |
Definition at line 78 of file iterator.hpp.
|
inline |
Definition at line 88 of file iterator.hpp.
|
inline |
Definition at line 84 of file iterator.hpp.
|
inline |
Definition at line 127 of file iterator.hpp.
|
inline |
Definition at line 119 of file iterator.hpp.
|
inline |
Definition at line 106 of file iterator.hpp.
|
inline |
Definition at line 93 of file iterator.hpp.
|
inline |
Definition at line 99 of file iterator.hpp.
|
inline |
Definition at line 110 of file iterator.hpp.
|
inline |
Definition at line 123 of file iterator.hpp.
|
inline |
Definition at line 115 of file iterator.hpp.