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

#include <MapIterators.hh>

Public Member Functions

 MapValueIterator ()
 
 MapValueIterator (MapIterator< Key, Value > it_)
 
Value * operator-> ()
 
Value & operator* ()
 

Detailed Description

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

Definition at line 85 of file MapIterators.hh.

Constructor & Destructor Documentation

◆ MapValueIterator() [1/2]

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

Default constructor

Definition at line 92 of file MapIterators.hh.

◆ MapValueIterator() [2/2]

template<typename Key , typename Value >
Diades::Utils::MapValueIterator< Key, Value >::MapValueIterator ( MapIterator< Key, Value >  it_)
inline

Parametrized constructor

Definition at line 99 of file MapIterators.hh.

Member Function Documentation

◆ operator*()

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

Definition at line 117 of file MapIterators.hh.

◆ operator->()

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

Definition at line 108 of file MapIterators.hh.


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