Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ConnectionPt), | intent(in) | :: | source | |||
type(ConnectionPt), | intent(in) | :: | destination |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ReexportConnection), | intent(in) | :: | this | |||
type(StateRegistry), | intent(inout), | target | :: | registry | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ReexportConnection), | intent(in) | :: | this | |||
type(StateRegistry), | intent(inout), | target | :: | registry | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ReexportConnection), | intent(in) | :: | this | |||
type(StateRegistry), | intent(inout) | :: | dst_registry | |||
type(StateRegistry), | intent(in) | :: | src_registry | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ReexportConnection), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ReexportConnection), | intent(in) | :: | this |
type, extends(Connection) :: ReexportConnection private type(ConnectionPt) :: source type(ConnectionPt) :: destination contains procedure :: get_source procedure :: get_destination procedure :: activate procedure :: connect procedure :: connect_export_to_export end type ReexportConnection