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

#include <MapIterators.hh>

Public Member Functions

 ConstUnorderedMapKeyIterator ()
 
 ConstUnorderedMapKeyIterator (ConstUnorderedMapIterator< Key, Value > it)
 
const Key * operator-> () const
 
const Key & operator* () const
 

Detailed Description

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

Definition at line 324 of file MapIterators.hh.

Constructor & Destructor Documentation

◆ ConstUnorderedMapKeyIterator() [1/2]

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

Default constructor

Definition at line 331 of file MapIterators.hh.

◆ ConstUnorderedMapKeyIterator() [2/2]

template<typename Key , typename Value >
Diades::Utils::ConstUnorderedMapKeyIterator< Key, Value >::ConstUnorderedMapKeyIterator ( ConstUnorderedMapIterator< Key, Value >  it)
inline

Parametrized constructor

Definition at line 338 of file MapIterators.hh.

Member Function Documentation

◆ operator*()

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

Definition at line 355 of file MapIterators.hh.

◆ operator->()

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

Definition at line 346 of file MapIterators.hh.


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