| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | create_mode | ||||
| type(FileMetadata), | public | :: | fmd |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(FileMetadata), | intent(in) | :: | fmd | |||
| integer, | intent(in), | optional | :: | mode |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(AddHistCollectionMessage), | 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(AddHistCollectionMessage), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(AddHistCollectionMessage), | intent(in) | :: | this | |||
| integer, | intent(inout) | :: | buffer(:) | |||
| integer, | intent(out), | optional | :: | rc |
type, extends(AbstractMessage) :: AddHistCollectionMessage type(FileMetadata) :: fmd integer :: create_mode contains procedure, nopass :: get_type_id procedure :: get_length procedure :: serialize procedure :: deserialize end type AddHistCollectionMessage