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

#include <MapIterators.hh>

Public Member Functions

 ConstMapValueIterator ()
 
 ConstMapValueIterator (ConstMapIterator< Key, Value > it_)
 
const Value * operator-> () const
 
const Value & operator* () const
 

Detailed Description

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

Definition at line 177 of file MapIterators.hh.

Constructor & Destructor Documentation

◆ ConstMapValueIterator() [1/2]

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

Default constructor

Definition at line 184 of file MapIterators.hh.

◆ ConstMapValueIterator() [2/2]

template<typename Key , typename Value >
Diades::Utils::ConstMapValueIterator< Key, Value >::ConstMapValueIterator ( ConstMapIterator< Key, Value >  it_)
inline

Parametrized constructor

Definition at line 191 of file MapIterators.hh.

Member Function Documentation

◆ operator*()

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

Definition at line 209 of file MapIterators.hh.

◆ operator->()

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

Definition at line 200 of file MapIterators.hh.


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