variable_t Derived Type

type, public :: variable_t

Container for any fortran data-type, intrinsically handles all from fortran and any external type may be added via external routines.

The container is based on a type-transfer method by storing a pointer to the data and transfer the type to a character array via encoding. This enables one to retrieve the pointer position later and thus enables pointer assignments and easy copying of data.


Inherited by

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

Contents


Components

TypeVisibility AttributesNameInitial
character(len=VARIABLE_TYPE_LENGTH), public :: t ='    '
character(len=1), public, dimension(:), allocatable:: enc