claw 1.8.2
|
Base class for wrapped iterators, specialized for random 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::random_access_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 V , typename I > | |
wrapped_iterator_by_category (const wrapped_iterator_by_category< std::random_access_iterator_tag, V, I, Function > &that) | |
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 |
bool | operator< (const self_type &that) const |
bool | operator<= (const self_type &that) const |
bool | operator> (const self_type &that) const |
bool | operator>= (const self_type &that) const |
difference_type | operator- (const self_type &that) const |
self_type & | operator+= (int n) |
self_type | operator+ (int n) const |
self_type & | operator-= (int n) |
self_type | operator- (int n) const |
reference | operator[] (int n) |
Base class for wrapped iterators, specialized for random iterators.
Definition at line 255 of file iterator.hpp.
std::iterator_traits<Iterator>::difference_type claw::wrapped_iterator_by_category< std::random_access_iterator_tag, Value, Iterator, Function >::difference_type |
Definition at line 260 of file iterator.hpp.
std::iterator_traits<Iterator>::iterator_category claw::wrapped_iterator_by_category< std::random_access_iterator_tag, Value, Iterator, Function >::iterator_category |
Definition at line 265 of file iterator.hpp.
value_type* claw::wrapped_iterator_by_category< std::random_access_iterator_tag, Value, Iterator, Function >::pointer |
Definition at line 262 of file iterator.hpp.
value_type& claw::wrapped_iterator_by_category< std::random_access_iterator_tag, Value, Iterator, Function >::reference |
Definition at line 263 of file iterator.hpp.
wrapped_iterator_by_category<std::random_access_iterator_tag, Value, Iterator, Function> claw::wrapped_iterator_by_category< std::random_access_iterator_tag, Value, Iterator, Function >::self_type |
Definition at line 269 of file iterator.hpp.
Value claw::wrapped_iterator_by_category< std::random_access_iterator_tag, Value, Iterator, Function >::value_type |
Definition at line 261 of file iterator.hpp.
|
inline |
Definition at line 272 of file iterator.hpp.
|
inline |
Definition at line 274 of file iterator.hpp.
|
inline |
Definition at line 277 of file iterator.hpp.
|
inline |
Definition at line 282 of file iterator.hpp.
|
inline |
Definition at line 289 of file iterator.hpp.
|
inline |
Definition at line 299 of file iterator.hpp.
|
inline |
Definition at line 295 of file iterator.hpp.
|
inline |
Definition at line 351 of file iterator.hpp.
|
inline |
Definition at line 343 of file iterator.hpp.
|
inline |
Definition at line 330 of file iterator.hpp.
|
inline |
Definition at line 383 of file iterator.hpp.
|
inline |
Definition at line 304 of file iterator.hpp.
|
inline |
Definition at line 310 of file iterator.hpp.
|
inline |
Definition at line 377 of file iterator.hpp.
|
inline |
Definition at line 372 of file iterator.hpp.
|
inline |
Definition at line 395 of file iterator.hpp.
|
inline |
Definition at line 317 of file iterator.hpp.
|
inline |
Definition at line 323 of file iterator.hpp.
|
inline |
Definition at line 390 of file iterator.hpp.
|
inline |
Definition at line 334 of file iterator.hpp.
|
inline |
Definition at line 355 of file iterator.hpp.
|
inline |
Definition at line 359 of file iterator.hpp.
|
inline |
Definition at line 347 of file iterator.hpp.
|
inline |
Definition at line 339 of file iterator.hpp.
|
inline |
Definition at line 363 of file iterator.hpp.
|
inline |
Definition at line 367 of file iterator.hpp.
|
inline |
Definition at line 402 of file iterator.hpp.