|
Neko 1.99.3
A portable framework for high-order spectral element flow simulations
|
Hash table entry, tuple (key, data) More...

Public Attributes | |
| logical | valid = .false. |
| logical | skip = .false. |
| class(*), allocatable | key |
| class(*), allocatable | data |
| type(h_tuple_t), pointer | next => null() |
| type(h_tuple_t), pointer | prev => null() |
Definition at line 63 of file htable.f90.
| class(*), allocatable htable::h_tuple_t::data |
Definition at line 67 of file htable.f90.
| class(*), allocatable htable::h_tuple_t::key |
Definition at line 66 of file htable.f90.
Definition at line 68 of file htable.f90.
Definition at line 69 of file htable.f90.
| logical htable::h_tuple_t::skip = .false. |
Definition at line 65 of file htable.f90.
| logical htable::h_tuple_t::valid = .false. |
Definition at line 64 of file htable.f90.