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

#include <MapIterators.hh>

Public Member Functions

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

Detailed Description

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

Definition at line 41 of file MapIterators.hh.

Constructor & Destructor Documentation

◆ MapKeyIterator() [1/2]

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

Default constructor

Definition at line 48 of file MapIterators.hh.

◆ MapKeyIterator() [2/2]

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

Parametrized constructor

Definition at line 55 of file MapIterators.hh.

Member Function Documentation

◆ operator*()

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

Definition at line 72 of file MapIterators.hh.

◆ operator->()

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

Definition at line 63 of file MapIterators.hh.


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