|
HDK
|
Iterator for traversing valid sticky note IDs. More...
#include <UN_StickyNoteData.h>
Inheritance diagram for UN_StickyNoteData::IDIterator:Public Types | |
| using | value_type = UN_StickyNoteID |
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 sticky note IDs.
Definition at line 100 of file UN_StickyNoteData.h.
| using UN_StickyNoteData::IDIterator::value_type = UN_StickyNoteID |
Definition at line 103 of file UN_StickyNoteData.h.
|
inline |
Definition at line 105 of file UN_StickyNoteData.h.
|
inline |
Definition at line 109 of file UN_StickyNoteData.h.