Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | allocatable | :: | idata(:) | |||
type(MessageVector), | public | :: | msg_vec |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ForwardDataAndMessage), | intent(inout) | :: | this | |||
class(AbstractMessage) | :: | msg | ||||
integer, | intent(in) | :: | i_ptr(:) | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ForwardDataAndMessage), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | buffer(:) | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ForwardDataAndMessage), | intent(inout) | :: | this | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ForwardDataAndMessage), | intent(in) | :: | this | |||
integer, | intent(inout), | allocatable | :: | buffer(:) | ||
integer, | intent(out), | optional | :: | rc |
type :: ForwardDataAndMessage type (MessageVector) :: msg_vec integer, allocatable :: idata(:) contains procedure :: add_data_message procedure :: serialize procedure :: deserialize procedure :: destroy end type ForwardDataAndMessage