claw 1.8.2
|
Base class for wrapped iterators, specialized for bidirectional 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::bidirectional_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) |
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 bidirectional iterators.
Definition at line 147 of file iterator.hpp.
std::iterator_traits<Iterator>::difference_type claw::wrapped_iterator_by_category< std::bidirectional_iterator_tag, Value, Iterator, Function >::difference_type |
Definition at line 152 of file iterator.hpp.
std::iterator_traits<Iterator>::iterator_category claw::wrapped_iterator_by_category< std::bidirectional_iterator_tag, Value, Iterator, Function >::iterator_category |
Definition at line 157 of file iterator.hpp.
value_type* claw::wrapped_iterator_by_category< std::bidirectional_iterator_tag, Value, Iterator, Function >::pointer |
Definition at line 154 of file iterator.hpp.
value_type& claw::wrapped_iterator_by_category< std::bidirectional_iterator_tag, Value, Iterator, Function >::reference |
Definition at line 155 of file iterator.hpp.
wrapped_iterator_by_category<std::bidirectional_iterator_tag, Value, Iterator, Function> claw::wrapped_iterator_by_category< std::bidirectional_iterator_tag, Value, Iterator, Function >::self_type |
Definition at line 161 of file iterator.hpp.
Value claw::wrapped_iterator_by_category< std::bidirectional_iterator_tag, Value, Iterator, Function >::value_type |
Definition at line 153 of file iterator.hpp.
|
inline |
Definition at line 164 of file iterator.hpp.
|
inline |
Definition at line 166 of file iterator.hpp.
|
inline |
Definition at line 169 of file iterator.hpp.
|
inline |
Definition at line 174 of file iterator.hpp.
|
inline |
Definition at line 184 of file iterator.hpp.
|
inline |
Definition at line 180 of file iterator.hpp.
|
inline |
Definition at line 236 of file iterator.hpp.
|
inline |
Definition at line 228 of file iterator.hpp.
|
inline |
Definition at line 215 of file iterator.hpp.
|
inline |
Definition at line 189 of file iterator.hpp.
|
inline |
Definition at line 195 of file iterator.hpp.
|
inline |
Definition at line 202 of file iterator.hpp.
|
inline |
Definition at line 208 of file iterator.hpp.
|
inline |
Definition at line 219 of file iterator.hpp.
|
inline |
Definition at line 232 of file iterator.hpp.
|
inline |
Definition at line 224 of file iterator.hpp.