ImplementationType Derived Type

type, public :: ImplementationType


Components

Type Visibility Attributes Name Initial
integer(kind=isp), public :: id
character(len=20), public :: name

Source Code

    type :: ImplementationType
        integer(isp) :: id
        character(len=20) :: name
    end type ImplementationType