Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SubtypeAdapter), | intent(in) | :: | this | |||
class(StateItemSpec), | intent(inout) | :: | spec | |||
class(ExtensionAction), | intent(out), | allocatable | :: | action | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(StateItemAdapter), | intent(in) | :: | this | |||
class(StateItemSpec), | intent(inout) | :: | spec | |||
class(ExtensionAction), | intent(out), | allocatable | :: | action | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SubtypeAdapter), | intent(in) | :: | this | |||
class(StateItemSpec), | intent(in) | :: | spec | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(StateItemAdapter), | intent(in) | :: | this | |||
class(StateItemSpec), | intent(in) | :: | spec | |||
integer, | intent(out), | optional | :: | rc |
type, abstract :: StateItemAdapter contains generic :: adapt => adapt_one generic :: match => match_one procedure(I_adapt_one), deferred :: adapt_one procedure(I_match_one), deferred :: match_one end type StateItemAdapter