Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(VirtualConnectionPt), | intent(in) | :: | v_pt |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(VirtualConnectionPt), | intent(in) | :: | v_pt | |||
integer, | intent(in) | :: | label |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ActualConnectionPt), | intent(in) | :: | this | |||
character(len=*), | intent(in) | :: | comp_name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ActualConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ActualConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ActualConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ActualConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ActualConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ActualConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ActualConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ActualConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ActualConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ActualConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ActualConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ActualConnectionPt), | intent(in) | :: | this | |||
character(len=*), | intent(in) | :: | mode |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ActualConnectionPt), | intent(in) | :: | this | |||
integer, | intent(in) | :: | unit | |||
character(len=*), | intent(in) | :: | iotype | |||
integer, | intent(in) | :: | v_list(:) | |||
integer, | intent(out) | :: | iostat | |||
character(len=*), | intent(inout) | :: | iomsg |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ActualConnectionPt), | intent(in) | :: | this | |||
integer, | intent(in) | :: | unit | |||
character(len=*), | intent(in) | :: | iotype | |||
integer, | intent(in) | :: | v_list(:) | |||
integer, | intent(out) | :: | iostat | |||
character(len=*), | intent(inout) | :: | iomsg |
type :: ActualConnectionPt private type(VirtualConnectionPt) :: v_pt integer, allocatable :: label contains procedure :: extend => extend_ procedure :: get_state_intent procedure :: get_esmf_name procedure :: get_label procedure :: get_full_name procedure :: get_comp_name procedure :: add_comp_name procedure :: is_import procedure :: is_export procedure :: is_internal procedure :: is_extension procedure :: get_extension_string procedure :: write_formatted generic :: write(formatted) => write_formatted procedure :: is_represented_in end type ActualConnectionPt