|
HDK
|
Iterator for traversing valid wire IDs. More...
#include <UN_WireData.h>
Inheritance diagram for UN_WireData::IDIterator:Public Types | |
| using | value_type = UN_WireID |
Public Types inherited from UN_DataIndexMap::IDIterator | |
| 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::IDIterator &id_iterator) | |
| value_type | operator* () const |
Public Member Functions inherited from UN_DataIndexMap::IDIterator | |
| 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 wire IDs.
Definition at line 96 of file UN_WireData.h.
| using UN_WireData::IDIterator::value_type = UN_WireID |
Definition at line 99 of file UN_WireData.h.
|
inline |
Definition at line 101 of file UN_WireData.h.
|
inline |
Definition at line 105 of file UN_WireData.h.