|
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 = K |
| 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 |
| reference | operator* () const |
| pointer | operator-> () const |
Protected Member Functions | |
| const_iterator (const unordered_set *iptr, hm_int iindex) | |
Protected Attributes | |
| const unordered_set * | ptr = nullptr |
| hm_int | index = 0 |
Friends | |
| class | unordered_set |
Const iterator.
Definition at line 924 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::const_iterator::difference_type = std::ptrdiff_t |
Definition at line 938 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::const_iterator::iterator_category = std::forward_iterator_tag |
Definition at line 936 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::const_iterator::pointer = const value_type* |
Definition at line 939 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::const_iterator::reference = const value_type& |
Definition at line 940 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::const_iterator::value_type = K |
Definition at line 937 of file hashmap.hpp.
|
inlineprotected |
Definition at line 931 of file hashmap.hpp.
|
default |
|
inline |
Definition at line 956 of file hashmap.hpp.
|
inline |
Definition at line 959 of file hashmap.hpp.
|
inline |
Definition at line 945 of file hashmap.hpp.
|
inline |
Definition at line 947 of file hashmap.hpp.
|
inline |
Definition at line 950 of file hashmap.hpp.
|
inline |
Definition at line 952 of file hashmap.hpp.
|
inline |
Definition at line 960 of file hashmap.hpp.
|
inline |
Definition at line 955 of file hashmap.hpp.
|
friend |
Definition at line 925 of file hashmap.hpp.
|
protected |
Definition at line 929 of file hashmap.hpp.
|
protected |
Definition at line 928 of file hashmap.hpp.