Neko 1.99.3
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
htable::h_tuple_t Type Reference

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

Collaboration diagram for htable::h_tuple_t:

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()
 

Detailed Description

Definition at line 47 of file htable.f90.

Member Data Documentation

◆ data

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

Definition at line 51 of file htable.f90.

◆ key

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

Definition at line 50 of file htable.f90.

◆ next

type(h_tuple_t), pointer htable::h_tuple_t::next => null()

Definition at line 52 of file htable.f90.

◆ prev

type(h_tuple_t), pointer htable::h_tuple_t::prev => null()

Definition at line 53 of file htable.f90.

◆ skip

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

Definition at line 49 of file htable.f90.

◆ valid

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

Definition at line 48 of file htable.f90.


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