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

Iterator for traversing valid data IDs in the map. More...

#include <UN_DataIndexMap.h>

+ Inheritance diagram for UN_DataIndexMap::IDIterator:

Public Types

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 &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 data IDs in the map.

Definition at line 85 of file UN_DataIndexMap.h.

Member Typedef Documentation

using UN_DataIndexMap::IDIterator::iterator_category = std::input_iterator_tag

Definition at line 88 of file UN_DataIndexMap.h.

Constructor & Destructor Documentation

UN_DataIndexMap::IDIterator::IDIterator ( const UN_DataIndexMap map,
bool  end = false 
)
inline

Definition at line 94 of file UN_DataIndexMap.h.

Member Function Documentation

bool UN_DataIndexMap::IDIterator::atEnd ( ) const
inline

Definition at line 121 of file UN_DataIndexMap.h.

bool UN_DataIndexMap::IDIterator::operator!= ( const IDIterator b) const
inline

Definition at line 115 of file UN_DataIndexMap.h.

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

Definition at line 118 of file UN_DataIndexMap.h.

IDIterator& UN_DataIndexMap::IDIterator::operator++ ( )
inline

Definition at line 99 of file UN_DataIndexMap.h.

IDIterator UN_DataIndexMap::IDIterator::operator++ ( int  )
inline

Definition at line 105 of file UN_DataIndexMap.h.

bool UN_DataIndexMap::IDIterator::operator== ( const IDIterator b) const
inline

Definition at line 112 of file UN_DataIndexMap.h.


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