Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | template |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | template |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(AddExtCollectionMessage), | intent(inout) | :: | this | |||
integer, | 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(AddExtCollectionMessage), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(AddExtCollectionMessage), | intent(in) | :: | this | |||
integer, | intent(inout) | :: | buffer(:) | |||
integer, | intent(out), | optional | :: | rc |
type, extends(AbstractMessage) :: AddExtCollectionMessage character(len=:), allocatable :: template contains procedure, nopass :: get_type_id procedure :: get_length procedure :: serialize procedure :: deserialize end type AddExtCollectionMessage