|
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 960 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::iterator::difference_type = std::ptrdiff_t |
Definition at line 974 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::iterator::iterator_category = std::forward_iterator_tag |
Definition at line 972 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::iterator::pointer = value_type* |
Definition at line 975 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::iterator::reference = value_type& |
Definition at line 976 of file hashmap.hpp.
| using hashmap::unordered_set< K, OPS >::iterator::value_type = K |
Definition at line 973 of file hashmap.hpp.
|
inlineprotected |
Definition at line 967 of file hashmap.hpp.
|
default |
|
inline |
Definition at line 1003 of file hashmap.hpp.
|
inline |
Definition at line 992 of file hashmap.hpp.
|
inline |
Definition at line 995 of file hashmap.hpp.
|
inline |
Definition at line 999 of file hashmap.hpp.
|
inline |
Definition at line 981 of file hashmap.hpp.
|
inline |
Definition at line 983 of file hashmap.hpp.
|
inline |
Definition at line 986 of file hashmap.hpp.
|
inline |
Definition at line 988 of file hashmap.hpp.
|
inline |
Definition at line 996 of file hashmap.hpp.
|
inline |
Definition at line 1000 of file hashmap.hpp.
|
inline |
Definition at line 991 of file hashmap.hpp.
|
friend |
Definition at line 961 of file hashmap.hpp.
|
protected |
Definition at line 965 of file hashmap.hpp.
|
protected |
Definition at line 964 of file hashmap.hpp.