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

#include <MapIterators.hh>

Public Member Functions

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

Detailed Description

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

Definition at line 368 of file MapIterators.hh.

Constructor & Destructor Documentation

◆ ConstUnorderedMapValueIterator() [1/2]

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

Default constructor

Definition at line 375 of file MapIterators.hh.

◆ ConstUnorderedMapValueIterator() [2/2]

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

Parametrized constructor

Definition at line 382 of file MapIterators.hh.

Member Function Documentation

◆ operator*()

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

Definition at line 400 of file MapIterators.hh.

◆ operator->()

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

Definition at line 391 of file MapIterators.hh.


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