|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
Const iterator. More...
#include <hashmap.hpp>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = std::pair< K, T > |
| using | difference_type = std::ptrdiff_t |
| using | pointer = const value_type * |
| using | reference = const value_type & |
Public Member Functions | |
| const_iterator ()=default | |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| const_iterator & | operator-- () |
| const_iterator | operator-- (int) |
| bool | operator< (const const_iterator &other) const |
| bool | operator== (const const_iterator &other) const |
| bool | operator!= (const const_iterator &other) const |
| reference | operator* () const |
| pointer | operator-> () const |
Protected Member Functions | |
| const_iterator (const unordered_map *iptr, hm_int iindex) | |
Protected Attributes | |
| const unordered_map * | ptr = nullptr |
| hm_int | index = 0 |
Friends | |
| class | unordered_map |
Const iterator.
Definition at line 452 of file hashmap.hpp.
| using hashmap::unordered_map< K, T, OPS >::const_iterator::difference_type = std::ptrdiff_t |
Definition at line 466 of file hashmap.hpp.
| using hashmap::unordered_map< K, T, OPS >::const_iterator::iterator_category = std::forward_iterator_tag |
Definition at line 464 of file hashmap.hpp.
| using hashmap::unordered_map< K, T, OPS >::const_iterator::pointer = const value_type* |
Definition at line 467 of file hashmap.hpp.
| using hashmap::unordered_map< K, T, OPS >::const_iterator::reference = const value_type& |
Definition at line 468 of file hashmap.hpp.
| using hashmap::unordered_map< K, T, OPS >::const_iterator::value_type = std::pair<K, T> |
Definition at line 465 of file hashmap.hpp.
|
inlineprotected |
Definition at line 459 of file hashmap.hpp.
|
default |
|
inline |
Definition at line 485 of file hashmap.hpp.
|
inline |
Definition at line 488 of file hashmap.hpp.
|
inline |
Definition at line 473 of file hashmap.hpp.
|
inline |
Definition at line 475 of file hashmap.hpp.
|
inline |
Definition at line 478 of file hashmap.hpp.
|
inline |
Definition at line 480 of file hashmap.hpp.
|
inline |
Definition at line 489 of file hashmap.hpp.
|
inline |
Definition at line 483 of file hashmap.hpp.
|
inline |
Definition at line 484 of file hashmap.hpp.
|
friend |
Definition at line 453 of file hashmap.hpp.
|
protected |
Definition at line 457 of file hashmap.hpp.
|
protected |
Definition at line 456 of file hashmap.hpp.