Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | component | |||
character(len=:), | public, | allocatable | :: | state_item |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | component | |||
character(len=*), | intent(in) | :: | state_item |
type :: ConnectionPoint character(:), allocatable :: component character(:), allocatable :: state_item end type ConnectionPoint