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

Iterator for traversing valid node IDs. More...

#include <UN_NodeData.h>

+ Inheritance diagram for UN_NodeData::IDIterator:

Public Types

using value_type = UN_NodeID
 
- 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 node IDs.

Definition at line 123 of file UN_NodeData.h.

Member Typedef Documentation

Definition at line 126 of file UN_NodeData.h.

Constructor & Destructor Documentation

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

Definition at line 128 of file UN_NodeData.h.

Member Function Documentation

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

Definition at line 132 of file UN_NodeData.h.


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