|
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 920 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::const_iterator::difference_type = std::ptrdiff_t |
Definition at line 934 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::const_iterator::iterator_category = std::forward_iterator_tag |
Definition at line 932 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::const_iterator::pointer = const value_type* |
Definition at line 935 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::const_iterator::reference = const value_type& |
Definition at line 936 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::const_iterator::value_type = K |
Definition at line 933 of file hashmap.hpp.
|
inlineprotected |
Definition at line 927 of file hashmap.hpp.
|
default |
|
inline |
Definition at line 952 of file hashmap.hpp.
|
inline |
Definition at line 955 of file hashmap.hpp.
|
inline |
Definition at line 941 of file hashmap.hpp.
|
inline |
Definition at line 943 of file hashmap.hpp.
|
inline |
Definition at line 946 of file hashmap.hpp.
|
inline |
Definition at line 948 of file hashmap.hpp.
|
inline |
Definition at line 956 of file hashmap.hpp.
|
inline |
Definition at line 951 of file hashmap.hpp.
|
friend |
Definition at line 921 of file hashmap.hpp.
|
protected |
Definition at line 925 of file hashmap.hpp.
|
protected |
Definition at line 924 of file hashmap.hpp.