![]() |
LeechCraft
0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
|
#include "views.h"
Inheritance diagram for LeechCraft::Util::Views::detail::PairIterator< PairType, FirstIt, SecondIt >:
Collaboration diagram for LeechCraft::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 84 of file views.h.
Referenced by LeechCraft::Util::Views::detail::PairIterator< PairType, FirstIt, SecondIt >::operator==().
Here is the caller graph for this function:
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 73 of file views.h.
References LeechCraft::Util::Views::detail::PairIterator< PairType, FirstIt, SecondIt >::IsSentinel().
Here is the call graph for this function: