![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
#include "views.h"
Inheritance diagram for LC::Util::Views::detail::PairIterator< PairType, FirstIt, SecondIt >:
Collaboration diagram for LC::Util::Views::detail::PairIterator< PairType, FirstIt, SecondIt >:Public Member Functions | |
| PairIterator () | |
| PairIterator (const FirstIt &first, const FirstIt &firstEnd, const SecondIt &second, const SecondIt &secondEnd) | |
| bool | operator== (const PairIterator &other) const |
| bool | operator!= (const PairIterator &other) const |
| bool | IsSentinel () const |
| PairIterator & | operator++ () |
| PairIterator | operator++ (int) |
| PairType< typename std::iterator_traits< FirstIt >::value_type, typename std::iterator_traits< SecondIt >::value_type > | operator* () const |
|
inline |
|
inline |
|
inline |
Definition at line 83 of file views.h.
Referenced by LC::Util::Views::detail::PairIterator< PairType, FirstIt, SecondIt >::operator==().
Here is the caller graph for this function:
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 72 of file views.h.
References LC::Util::Views::detail::PairIterator< PairType, FirstIt, SecondIt >::IsSentinel().
Here is the call graph for this function: