Neko  0.8.99
A portable framework for high-order spectral element flow simulations
htable::h_tuple_t Type Reference

Hash table entry, tuple (key, data) More...

Private Attributes

logical valid = .false.
 
logical skip = .false.
 
class(*), allocatable key
 
class(*), allocatable data
 

Detailed Description

Definition at line 47 of file htable.f90.

Member Data Documentation

◆ data

class(*), allocatable htable::h_tuple_t::data
private

Definition at line 51 of file htable.f90.

◆ key

class(*), allocatable htable::h_tuple_t::key
private

Definition at line 50 of file htable.f90.

◆ skip

logical htable::h_tuple_t::skip = .false.
private

Definition at line 49 of file htable.f90.

◆ valid

logical htable::h_tuple_t::valid = .false.
private

Definition at line 48 of file htable.f90.


The documentation for this type was generated from the following file: