DiaDes  0.1
DIAgnosis of Discrete-Event System
Public Member Functions | List of all members
Diades::Utils::UnorderedMapKeyIterator< Key, Value > Class Template Reference

#include <MapIterators.hh>

Public Member Functions

 UnorderedMapKeyIterator ()
 
 UnorderedMapKeyIterator (MapIterator< Key, Value > it)
 
Key * operator-> ()
 
Key & operator* ()
 

Detailed Description

template<typename Key, typename Value>
class Diades::Utils::UnorderedMapKeyIterator< Key, Value >

Definition at line 232 of file MapIterators.hh.

Constructor & Destructor Documentation

◆ UnorderedMapKeyIterator() [1/2]

template<typename Key , typename Value >
Diades::Utils::UnorderedMapKeyIterator< Key, Value >::UnorderedMapKeyIterator ( )
inline

Default constructor

Definition at line 239 of file MapIterators.hh.

◆ UnorderedMapKeyIterator() [2/2]

template<typename Key , typename Value >
Diades::Utils::UnorderedMapKeyIterator< Key, Value >::UnorderedMapKeyIterator ( MapIterator< Key, Value >  it)
inline

Parametrized constructor

Definition at line 246 of file MapIterators.hh.

Member Function Documentation

◆ operator*()

template<typename Key , typename Value >
Key& Diades::Utils::UnorderedMapKeyIterator< Key, Value >::operator* ( )
inline
Returns
a non-const reference to the current Key

Definition at line 263 of file MapIterators.hh.

◆ operator->()

template<typename Key , typename Value >
Key* Diades::Utils::UnorderedMapKeyIterator< Key, Value >::operator-> ( )
inline
Returns
a pointer to the current Key

Definition at line 254 of file MapIterators.hh.


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