Forward iterator with const access. More...


Public Member Functions | |
| const_iterator ()=default | |
| Default construct (end iterator) More... | |
| const_iterator (const const_iterator &)=default | |
| Copy construct. More... | |
| const_iterator & | operator= (const const_iterator &)=default |
| Copy assignment. More... | |
| template<bool Any> | |
| const_iterator (const Iterator< Any > &iter) | |
| Copy construct from any access type. More... | |
| const_iterator (const iterator &iter) | |
| Implicit conversion from dissimilar access type. More... | |
| const node_type * | node () const noexcept |
| Const access to the entry (node) More... | |
| reference | val () const |
| Const access to referenced object (value) More... | |
| reference | operator* () const |
| Const access to referenced object (value) More... | |
| reference | operator() () const |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| const_iterator & | operator= (const iterator &iter) |
Public Member Functions inherited from HashTable< T, Key, Hash >::Iterator< true > | |
| bool | good () const noexcept |
| True if iterator points to an entry. More... | |
| bool | found () const noexcept |
| True if iterator points to an entry - same as good() More... | |
| const Key & | key () const |
| The key associated with the iterator. More... | |
| Ostream & | print (Ostream &os) const |
| Write the (key, val) pair. More... | |
| operator bool () const noexcept | |
| True if iterator points to an entry. More... | |
| bool | operator== (const Iterator< Any > &iter) const noexcept |
| Compare hash-entry element pointers. More... | |
| bool | operator!= (const Iterator< Any > &iter) const noexcept |
Additional Inherited Members | |
Protected Member Functions inherited from HashTable< T, Key, Hash >::Iterator< true > | |
| constexpr | Iterator () noexcept |
| Default construct. Also the same as the end iterator. More... | |
| Iterator (table_type *tbl) | |
| Construct from begin of hash-table. More... | |
| Iterator (table_type *tbl, const Key &key) | |
| Construct by finding key in hash table. More... | |
| void | increment () |
| Increment to the next position. More... | |
| operator const Iterator< Any > & () const | |
| Permit explicit cast to the other (const/non-const) iterator. More... | |
Protected Attributes inherited from HashTable< T, Key, Hash >::Iterator< true > | |
| node_type * | entry_ |
| The selected entry. More... | |
| table_type * | container_ |
| The hash-table container being iterated on. More... | |
| label | index_ |
| Index within the hash-table data. More... | |
Forward iterator with const access.
Definition at line 1095 of file HashTable.H.
| using iterator_category = std::forward_iterator_tag |
Definition at line 1102 of file HashTable.H.
Definition at line 1103 of file HashTable.H.
| using node_type = this_type::node_type |
Definition at line 1105 of file HashTable.H.
| using key_type = this_type::key_type |
Definition at line 1106 of file HashTable.H.
| using mapped_type = const this_type::mapped_type |
Definition at line 1107 of file HashTable.H.
| using value_type = const this_type::value_type |
Definition at line 1108 of file HashTable.H.
| using pointer = this_type::const_pointer |
Definition at line 1109 of file HashTable.H.
| using reference = this_type::const_reference |
Definition at line 1110 of file HashTable.H.
|
default |
Default construct (end iterator)
|
default |
Copy construct.
|
inline |
Copy construct from any access type.
Definition at line 1137 of file HashTable.H.
|
inline |
Implicit conversion from dissimilar access type.
Definition at line 1145 of file HashTable.H.
|
default |
Copy assignment.
|
inlinenoexcept |
Const access to the entry (node)
Definition at line 1156 of file HashTable.H.
|
inline |
Const access to referenced object (value)
Definition at line 1164 of file HashTable.H.
Referenced by HashTable< T, Key, Hash >::const_iterator::operator()(), HashTable< T, Key, Hash >::const_iterator::operator*(), and PatchTools::pointNormals().

Const access to referenced object (value)
Definition at line 1172 of file HashTable.H.
References HashTable< T, Key, Hash >::const_iterator::val().

Definition at line 1173 of file HashTable.H.
References HashTable< T, Key, Hash >::const_iterator::val().

|
inline |
Definition at line 146 of file HashTableIterI.H.
|
inline |
Definition at line 155 of file HashTableIterI.H.
|
inline |
Definition at line 1182 of file HashTable.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.