fhash_node_t Derived Type

type, public :: fhash_node_t

Node type for hash table singly linked list


Contents


Components

Type Visibility Attributes Name Initial
class(fhash_key_t), public, allocatable :: key
type(fhash_container_t), public :: value
type(fhash_node_t), public, pointer :: next => NULL()