holder_elements Derived Type

type, public :: holder_elements


Inherits

type~~holder_elements~~InheritsGraph type~holder_elements holder_elements type~abst_element abst_element type~holder_elements->type~abst_element e type~type_dp_pointer type_dp_pointer type~abst_element->type~type_dp_pointer x, y, z

Inherited by

type~~holder_elements~~InheritedByGraph type~holder_elements holder_elements type~type_domain type_domain type~type_domain->type~holder_elements elements type~type_output_observation type_output_observation type~type_output_observation->type~holder_elements elements type~type_ftdss type_ftdss type~type_ftdss->type~type_domain domain type~type_output type_output type~type_ftdss->type~type_output output type~type_output->type~type_output_observation observations

Components

Type Visibility Attributes Name Initial
class(abst_element), public, allocatable :: e

Source Code

    type :: holder_elements
        class(abst_element), allocatable :: e
    end type holder_elements