Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | component_name | |||
type(VirtualConnectionPt), | public | :: | v_pt |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | component_name | |||
type(VirtualConnectionPt), | intent(in) | :: | v_pt |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | component_name | |||
character(len=*), | intent(in) | :: | state_intent | |||
character(len=*), | intent(in) | :: | short_name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ConnectionPt), | intent(in) | :: | this |
type :: ConnectionPt character(:), allocatable :: component_name type(VirtualConnectionPt) :: v_pt contains procedure :: is_import procedure :: is_export procedure :: is_internal procedure :: get_esmf_name procedure :: get_state_intent end type ConnectionPt