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

#include <MapIterators.hh>

Public Member Functions

 UnorderedMapValueIterator ()
 
 UnorderedMapValueIterator (UnorderedMapIterator< Key, Value > it_)
 
Value * operator-> ()
 
Value & operator* ()
 

Detailed Description

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

Definition at line 276 of file MapIterators.hh.

Constructor & Destructor Documentation

◆ UnorderedMapValueIterator() [1/2]

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

Default constructor

Definition at line 283 of file MapIterators.hh.

◆ UnorderedMapValueIterator() [2/2]

template<typename Key , typename Value >
Diades::Utils::UnorderedMapValueIterator< Key, Value >::UnorderedMapValueIterator ( UnorderedMapIterator< Key, Value >  it_)
inline

Parametrized constructor

Definition at line 290 of file MapIterators.hh.

Member Function Documentation

◆ operator*()

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

Definition at line 308 of file MapIterators.hh.

◆ operator->()

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

Definition at line 299 of file MapIterators.hh.


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