| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CompleteComponent), | intent(inout), | target | :: | this | ||
| class(AbstractComponent), | intent(in) | :: | component |
subroutine set_component(this, component) class(CompleteComponent), target, intent(inout) :: this class(AbstractComponent), intent(in) :: component end subroutine set_component