An iterator wrapper for returning a reference to the key. More...


Public Types | |
| using | value_type = this_type::key_type |
| using | pointer = const Key * |
| using | reference = const Key & |
Public Member Functions | |
| constexpr | key_iterator_base () noexcept |
| Default construct (end iterator) More... | |
| key_iterator_base (const Iter &iter) | |
| Copy construct with implicit conversion. More... | |
| reference | operator* () const |
| Return the key. More... | |
| reference | operator() () const |
| key_iterator_base & | operator++ () |
| key_iterator_base | operator++ (int) |
An iterator wrapper for returning a reference to the key.
Definition at line 1198 of file HashTable.H.
| using value_type = this_type::key_type |
Definition at line 1204 of file HashTable.H.
| using pointer = const Key* |
Definition at line 1205 of file HashTable.H.
| using reference = const Key& |
Definition at line 1206 of file HashTable.H.
|
inlinenoexcept |
Default construct (end iterator)
Definition at line 1211 of file HashTable.H.
|
inlineexplicit |
Copy construct with implicit conversion.
Definition at line 1219 of file HashTable.H.
Return the key.
Definition at line 1227 of file HashTable.H.
References Foam::glTF::key().

Definition at line 1228 of file HashTable.H.
References Foam::glTF::key().

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