|
HDK
|
#include <dictionary.h>
Public Types | |
| using | iterator_category = std::bidirectional_iterator_tag |
| using | value_type = typename UnderlyingIterator::value_type |
| using | reference = typename UnderlyingIterator::reference |
| using | pointer = typename UnderlyingIterator::pointer |
| using | difference_type = typename UnderlyingIterator::difference_type |
Public Member Functions | |
| Iterator ()=default | |
| template<class OtherUnderlyingMapPtr , class OtherUnderlyingIterator > | |
| Iterator (Iterator< OtherUnderlyingMapPtr, OtherUnderlyingIterator > const &other) | |
| reference | operator* () const |
| pointer | operator-> () const |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| Iterator & | operator-- () |
| Iterator | operator-- (int) |
| template<class OtherUnderlyingMapPtr , class OtherUnderlyingIterator > | |
| bool | operator== (const Iterator< OtherUnderlyingMapPtr, OtherUnderlyingIterator > &other) const |
| template<class OtherUnderlyingMapPtr , class OtherUnderlyingIterator > | |
| bool | operator!= (const Iterator< OtherUnderlyingMapPtr, OtherUnderlyingIterator > &other) const |
Friends | |
| class | VtDictionary |
Definition at line 58 of file dictionary.h.
| using VtDictionary::Iterator< UnderlyingMapPtr, UnderlyingIterator >::difference_type = typename UnderlyingIterator::difference_type |
Definition at line 64 of file dictionary.h.
| using VtDictionary::Iterator< UnderlyingMapPtr, UnderlyingIterator >::iterator_category = std::bidirectional_iterator_tag |
Definition at line 60 of file dictionary.h.
| using VtDictionary::Iterator< UnderlyingMapPtr, UnderlyingIterator >::pointer = typename UnderlyingIterator::pointer |
Definition at line 63 of file dictionary.h.
| using VtDictionary::Iterator< UnderlyingMapPtr, UnderlyingIterator >::reference = typename UnderlyingIterator::reference |
Definition at line 62 of file dictionary.h.
| using VtDictionary::Iterator< UnderlyingMapPtr, UnderlyingIterator >::value_type = typename UnderlyingIterator::value_type |
Definition at line 61 of file dictionary.h.
|
default |
|
inline |
Definition at line 73 of file dictionary.h.
|
inline |
Definition at line 110 of file dictionary.h.
|
inline |
Definition at line 78 of file dictionary.h.
|
inline |
Definition at line 81 of file dictionary.h.
|
inline |
Definition at line 86 of file dictionary.h.
|
inline |
Definition at line 92 of file dictionary.h.
|
inline |
Definition at line 97 of file dictionary.h.
|
inline |
Definition at line 79 of file dictionary.h.
|
inline |
Definition at line 104 of file dictionary.h.
|
friend |
Definition at line 126 of file dictionary.h.