Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Connection), | intent(in) | :: | this | |||
type(StateRegistry), | intent(inout), | target | :: | registry | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Connection), | intent(in) | :: | this | |||
type(StateRegistry), | intent(inout), | target | :: | registry | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Connection), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Connection), | intent(in) | :: | this |
type, abstract :: Connection contains procedure(I_get), deferred :: get_source procedure(I_get), deferred :: get_destination procedure(I_connect), deferred :: activate procedure(I_connect), deferred :: connect end type Connection