dictionary_t Derived Type

type, public :: dictionary_t

The dictionary container it-self

All contained variables are private.


Inherits

type~~dictionary_t~~InheritsGraph type~dictionary_t dictionary_t type~dictionary_entry_ dictionary_entry_ type~dictionary_t->type~dictionary_entry_ first type~dictionary_entry_->type~dictionary_entry_ next type~variable_t variable_t type~dictionary_entry_->type~variable_t value

Contents


Components

TypeVisibility AttributesNameInitial
type(dictionary_entry_), public, pointer:: first=> null()
integer, public :: len =0