|
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 = std::pair< K, T > |
| 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 |
| 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_map *iptr, hm_int iindex) | |
Protected Attributes | |
| unordered_map * | ptr = nullptr |
| hm_int | index = 0 |
Friends | |
| class | unordered_map |
Default iterator.
Definition at line 493 of file hashmap.hpp.
| using hashmap::unordered_map< K, T, OPS >::iterator::difference_type = std::ptrdiff_t |
Definition at line 507 of file hashmap.hpp.
| using hashmap::unordered_map< K, T, OPS >::iterator::iterator_category = std::forward_iterator_tag |
Definition at line 505 of file hashmap.hpp.
| using hashmap::unordered_map< K, T, OPS >::iterator::pointer = value_type* |
Definition at line 508 of file hashmap.hpp.
| using hashmap::unordered_map< K, T, OPS >::iterator::reference = value_type& |
Definition at line 509 of file hashmap.hpp.
| using hashmap::unordered_map< K, T, OPS >::iterator::value_type = std::pair<K, T> |
Definition at line 506 of file hashmap.hpp.
|
inlineprotected |
Definition at line 500 of file hashmap.hpp.
|
default |
|
inline |
Definition at line 537 of file hashmap.hpp.
|
inline |
Definition at line 526 of file hashmap.hpp.
|
inline |
Definition at line 529 of file hashmap.hpp.
|
inline |
Definition at line 533 of file hashmap.hpp.
|
inline |
Definition at line 514 of file hashmap.hpp.
|
inline |
Definition at line 516 of file hashmap.hpp.
|
inline |
Definition at line 519 of file hashmap.hpp.
|
inline |
Definition at line 521 of file hashmap.hpp.
|
inline |
Definition at line 530 of file hashmap.hpp.
|
inline |
Definition at line 534 of file hashmap.hpp.
|
inline |
Definition at line 524 of file hashmap.hpp.
|
inline |
Definition at line 525 of file hashmap.hpp.
|
friend |
Definition at line 494 of file hashmap.hpp.
|
protected |
Definition at line 498 of file hashmap.hpp.
|
protected |
Definition at line 497 of file hashmap.hpp.