Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_StateIntent_Flag), | intent(in) | :: | state_intent | |||
character(len=*), | intent(in) | :: | short_name | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
character(len=*), | intent(in), | optional | :: | comp_name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
character(len=*), | intent(in) | :: | state_intent | |||
character(len=*), | intent(in) | :: | short_name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(VirtualConnectionPt), | intent(in) | :: | v_pt | |||
character(len=*), | intent(in) | :: | comp_name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(VirtualConnectionPt), | intent(in) | :: | this | |||
character(len=*), | intent(in) | :: | comp_name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(VirtualConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(VirtualConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(VirtualConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(VirtualConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(VirtualConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(VirtualConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(VirtualConnectionPt), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(VirtualConnectionPt), | intent(in) | :: | this | |||
type(VirtualConnectionPt), | intent(in) | :: | item |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(VirtualConnectionPt), | 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(VirtualConnectionPt), | 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 :: VirtualConnectionPt private type(ESMF_StateIntent_Flag) :: state_intent character(:), allocatable :: short_name character(:), allocatable :: comp_name contains procedure :: get_state_intent procedure :: get_esmf_name procedure :: get_full_name procedure :: get_comp_name procedure :: add_comp_name procedure :: is_import procedure :: is_export procedure :: is_internal procedure :: matches procedure :: write_formatted generic :: write(formatted) => write_formatted end type VirtualConnectionPt