|
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 67 of file dictionary.h.
| using VtDictionary::Iterator< UnderlyingMapPtr, UnderlyingIterator >::difference_type = typename UnderlyingIterator::difference_type |
Definition at line 73 of file dictionary.h.
| using VtDictionary::Iterator< UnderlyingMapPtr, UnderlyingIterator >::iterator_category = std::bidirectional_iterator_tag |
Definition at line 69 of file dictionary.h.
| using VtDictionary::Iterator< UnderlyingMapPtr, UnderlyingIterator >::pointer = typename UnderlyingIterator::pointer |
Definition at line 72 of file dictionary.h.
| using VtDictionary::Iterator< UnderlyingMapPtr, UnderlyingIterator >::reference = typename UnderlyingIterator::reference |
Definition at line 71 of file dictionary.h.
| using VtDictionary::Iterator< UnderlyingMapPtr, UnderlyingIterator >::value_type = typename UnderlyingIterator::value_type |
Definition at line 70 of file dictionary.h.
|
default |
|
inline |
Definition at line 82 of file dictionary.h.
|
inline |
Definition at line 119 of file dictionary.h.
|
inline |
Definition at line 87 of file dictionary.h.
|
inline |
Definition at line 90 of file dictionary.h.
|
inline |
Definition at line 95 of file dictionary.h.
|
inline |
Definition at line 101 of file dictionary.h.
|
inline |
Definition at line 106 of file dictionary.h.
|
inline |
Definition at line 88 of file dictionary.h.
|
inline |
Definition at line 113 of file dictionary.h.
|
friend |
Definition at line 135 of file dictionary.h.