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

#include <MapIterators.hh>

Public Member Functions

 ConstMapKeyIterator ()
 
 ConstMapKeyIterator (ConstMapIterator< Key, Value > it)
 
const Key * operator-> () const
 
const Key & operator* () const
 

Detailed Description

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

Definition at line 133 of file MapIterators.hh.

Constructor & Destructor Documentation

◆ ConstMapKeyIterator() [1/2]

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

Default constructor

Definition at line 140 of file MapIterators.hh.

◆ ConstMapKeyIterator() [2/2]

template<typename Key , typename Value >
Diades::Utils::ConstMapKeyIterator< Key, Value >::ConstMapKeyIterator ( ConstMapIterator< Key, Value >  it)
inline

Parametrized constructor

Definition at line 147 of file MapIterators.hh.

Member Function Documentation

◆ operator*()

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

Definition at line 164 of file MapIterators.hh.

◆ operator->()

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

Definition at line 155 of file MapIterators.hh.


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