Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(AbstractDataReference), | public, | allocatable | :: | data_reference |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(AbstractRequestHandle), | intent(inout), | target | :: | this | ||
integer, | intent(out), | optional | :: | rc |
type, abstract :: AbstractRequestHandle class (AbstractDataReference),allocatable :: data_reference contains procedure(wait), deferred :: wait end type AbstractRequestHandle