|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
Default 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 = value_type * |
| using | reference = value_type & |
Public Member Functions | |
| iterator ()=default | |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| iterator & | operator-- () |
| iterator | operator-- (int) |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
| reference | operator* () |
| pointer | operator-> () |
| const value_type & | operator* () const |
| const value_type * | operator-> () const |
| operator const_iterator () const | |
Protected Member Functions | |
| iterator (unordered_set *iptr, hm_int iindex) | |
Protected Attributes | |
| unordered_set * | ptr = nullptr |
| hm_int | index = 0 |
Friends | |
| class | unordered_set |
Default iterator.
Definition at line 949 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::iterator::difference_type = std::ptrdiff_t |
Definition at line 963 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::iterator::iterator_category = std::forward_iterator_tag |
Definition at line 961 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::iterator::pointer = value_type* |
Definition at line 964 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::iterator::reference = value_type& |
Definition at line 965 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::iterator::value_type = K |
Definition at line 962 of file hashmap.hpp.
|
inlineprotected |
Definition at line 956 of file hashmap.hpp.
|
default |
|
inline |
Definition at line 992 of file hashmap.hpp.
|
inline |
Definition at line 981 of file hashmap.hpp.
|
inline |
Definition at line 984 of file hashmap.hpp.
|
inline |
Definition at line 988 of file hashmap.hpp.
|
inline |
Definition at line 970 of file hashmap.hpp.
|
inline |
Definition at line 972 of file hashmap.hpp.
|
inline |
Definition at line 975 of file hashmap.hpp.
|
inline |
Definition at line 977 of file hashmap.hpp.
|
inline |
Definition at line 985 of file hashmap.hpp.
|
inline |
Definition at line 989 of file hashmap.hpp.
|
inline |
Definition at line 980 of file hashmap.hpp.
|
friend |
Definition at line 950 of file hashmap.hpp.
|
protected |
Definition at line 954 of file hashmap.hpp.
|
protected |
Definition at line 953 of file hashmap.hpp.