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

Iterator for traversing valid port IDs. More...

#include <UN_PortData.h>

+ Inheritance diagram for UN_PortData::IDIterator:

Public Types

using value_type = UN_PortID
 
- 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 port IDs.

Definition at line 117 of file UN_PortData.h.

Member Typedef Documentation

Definition at line 120 of file UN_PortData.h.

Constructor & Destructor Documentation

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

Definition at line 122 of file UN_PortData.h.

Member Function Documentation

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

Definition at line 126 of file UN_PortData.h.


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