![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
#include "qtutil.h"
Public Types | |
using | iterator_category = std::bidirectional_iterator_tag |
using | difference_type = std::ptrdiff_t |
using | value_type = PairType< Key, Value > |
using | reference = value_type |
using | pointer = value_type * |
Public Member Functions | |
bool | operator== (const Iterator &other) const |
bool | operator!= (const Iterator &other) const |
reference | operator* () |
Iterator & | operator++ () |
Iterator | operator++ (int) & |
Iterator & | operator-- () |
Iterator | operator-- (int) & |
Public Attributes | |
BaseIt | BaseIt_ |
using LC::Util::detail::Iterator< PairType, BaseIt, Key, Value >::difference_type = std::ptrdiff_t |
using LC::Util::detail::Iterator< PairType, BaseIt, Key, Value >::iterator_category = std::bidirectional_iterator_tag |
using LC::Util::detail::Iterator< PairType, BaseIt, Key, Value >::pointer = value_type* |
using LC::Util::detail::Iterator< PairType, BaseIt, Key, Value >::reference = value_type |
using LC::Util::detail::Iterator< PairType, BaseIt, Key, Value >::value_type = PairType<Key, Value> |
|
inline |
Definition at line 51 of file qtutil.h.
References LC::Util::detail::Iterator< PairType, BaseIt, Key, Value >::BaseIt_.
|
inline |
Definition at line 53 of file qtutil.h.
References LC::Util::detail::Iterator< PairType, BaseIt, Key, Value >::BaseIt_.
|
inline |
Definition at line 55 of file qtutil.h.
References LC::Util::detail::Iterator< PairType, BaseIt, Key, Value >::BaseIt_.
|
inline |
Definition at line 61 of file qtutil.h.
References LC::Util::detail::Iterator< PairType, BaseIt, Key, Value >::BaseIt_.
|
inline |
Definition at line 63 of file qtutil.h.
References LC::Util::detail::Iterator< PairType, BaseIt, Key, Value >::BaseIt_.
|
inline |
Definition at line 69 of file qtutil.h.
References LC::Util::detail::Iterator< PairType, BaseIt, Key, Value >::BaseIt_.
|
inline |
Definition at line 50 of file qtutil.h.
References LC::Util::detail::Iterator< PairType, BaseIt, Key, Value >::BaseIt_.
BaseIt LC::Util::detail::Iterator< PairType, BaseIt, Key, Value >::BaseIt_ |
Definition at line 48 of file qtutil.h.
Referenced by LC::Util::detail::Iterator< PairType, BaseIt, Key, Value >::operator!=(), LC::Util::detail::Iterator< PairType, BaseIt, Key, Value >::operator*(), LC::Util::detail::Iterator< PairType, BaseIt, Key, Value >::operator++(), LC::Util::detail::Iterator< PairType, BaseIt, Key, Value >::operator--(), and LC::Util::detail::Iterator< PairType, BaseIt, Key, Value >::operator==().