| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | collection_id | ||||
| type(StringVariableMap), | public | :: | var_map |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | collection_id | |||
| class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
| type(StringVariableMap), | intent(in), | optional | :: | var_map | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ModifyMetadataMessage), | 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(ModifyMetadataMessage), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ModifyMetadataMessage), | intent(in) | :: | this | |||
| integer, | intent(inout) | :: | buffer(:) | |||
| integer, | intent(out), | optional | :: | rc |
type, extends(AbstractMessage) :: ModifyMetadataMessage integer :: collection_id type (StringVariableMap) :: var_map contains procedure, nopass :: get_type_id procedure :: get_length procedure :: serialize procedure :: deserialize end type ModifyMetadataMessage