|
HDK
|
Iterator for traversing valid data IDs in the map. More...
#include <UN_DataIndexMap.h>
Inheritance diagram for UN_DataIndexMap::IDIterator:Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | value_type = UN_DataID |
| using | difference_type = exint |
| using | pointer = value_type * |
| using | reference = value_type & |
Public Member Functions | |
| IDIterator (const UN_DataIndexMap &map, bool end=false) | |
| IDIterator & | operator++ () |
| IDIterator | operator++ (int) |
| bool | operator== (const IDIterator &b) const |
| bool | operator!= (const IDIterator &b) const |
| value_type | operator* () const |
| bool | atEnd () const |
Iterator for traversing valid data IDs in the map.
Definition at line 85 of file UN_DataIndexMap.h.
Definition at line 90 of file UN_DataIndexMap.h.
| using UN_DataIndexMap::IDIterator::iterator_category = std::input_iterator_tag |
Definition at line 88 of file UN_DataIndexMap.h.
Definition at line 91 of file UN_DataIndexMap.h.
Definition at line 92 of file UN_DataIndexMap.h.
Definition at line 89 of file UN_DataIndexMap.h.
|
inline |
Definition at line 94 of file UN_DataIndexMap.h.
|
inline |
Definition at line 121 of file UN_DataIndexMap.h.
|
inline |
Definition at line 115 of file UN_DataIndexMap.h.
|
inline |
Definition at line 118 of file UN_DataIndexMap.h.
|
inline |
Definition at line 99 of file UN_DataIndexMap.h.
|
inline |
Definition at line 105 of file UN_DataIndexMap.h.
|
inline |
Definition at line 112 of file UN_DataIndexMap.h.