HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UN_WireData::IDIterator Class Reference

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)
 
IDIteratoroperator++ ()
 
IDIterator operator++ (int)
 
bool operator== (const IDIterator &b) const
 
bool operator!= (const IDIterator &b) const
 
value_type operator* () const
 
bool atEnd () const
 

Detailed Description

Iterator for traversing valid wire IDs.

Definition at line 96 of file UN_WireData.h.

Member Typedef Documentation

Definition at line 99 of file UN_WireData.h.

Constructor & Destructor Documentation

UN_WireData::IDIterator::IDIterator ( const UN_DataIndexMap::IDIterator id_iterator)
inline

Definition at line 101 of file UN_WireData.h.

Member Function Documentation

value_type UN_WireData::IDIterator::operator* ( ) const
inline

Definition at line 105 of file UN_WireData.h.


The documentation for this class was generated from the following file: