Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | id |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IDMessage), | intent(inout) | :: | this | |||
integer(kind=INT32), | intent(in) | :: | buffer(:) | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(AbstractMessage), | intent(in) | :: | this | |||
class(SurrogateMessageVisitor), | intent(inout), | target | :: | visitor | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IDMessage), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IDMessage), | intent(in) | :: | this | |||
integer(kind=INT32), | intent(inout) | :: | buffer(:) | |||
integer, | intent(out), | optional | :: | rc |
type, extends(AbstractMessage) :: IDMessage integer :: id contains procedure, nopass :: get_type_id procedure :: get_length procedure :: serialize procedure :: deserialize end type IDMessage