| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(container_t), | intent(inout) | :: | container | |||
| character(len=*), | intent(in) | :: | tag | |||
| integer(kind=8), | pointer | :: | ptr | |||
| integer(kind=c_int32_t), | intent(out), | optional | :: | status |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(container_t), | intent(inout) | :: | container | |||
| character(len=*), | intent(in) | :: | tag | |||
| integer(kind=8), | pointer | :: | ptr(:) | |||
| integer(kind=c_int32_t), | intent(out), | optional | :: | status |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(container_t), | intent(inout) | :: | container | |||
| character(len=*), | intent(in) | :: | tag | |||
| integer(kind=8), | pointer | :: | ptr(:,:) | |||
| integer(kind=c_int32_t), | intent(out), | optional | :: | status |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(container_t), | intent(inout) | :: | container | |||
| character(len=*), | intent(in) | :: | tag | |||
| integer(kind=8), | pointer | :: | ptr(:,:,:) | |||
| integer(kind=c_int32_t), | intent(out), | optional | :: | status |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(container_t), | intent(inout) | :: | container | |||
| character(len=*), | intent(in) | :: | tag | |||
| real(kind=8), | pointer | :: | ptr | |||
| integer(kind=c_int32_t), | intent(out), | optional | :: | status |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(container_t), | intent(inout) | :: | container | |||
| character(len=*), | intent(in) | :: | tag | |||
| real(kind=8), | pointer | :: | ptr(:) | |||
| integer(kind=c_int32_t), | intent(out), | optional | :: | status |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(container_t), | intent(inout) | :: | container | |||
| character(len=*), | intent(in) | :: | tag | |||
| real(kind=8), | pointer | :: | ptr(:,:) | |||
| integer(kind=c_int32_t), | intent(out), | optional | :: | status |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(container_t), | intent(inout) | :: | container | |||
| character(len=*), | intent(in) | :: | tag | |||
| real(kind=8), | pointer | :: | ptr(:,:,:) | |||
| integer(kind=c_int32_t), | intent(out), | optional | :: | status |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(container_t), | intent(inout) | :: | container | |||
| character(len=*), | intent(in) | :: | tag | |||
| character(kind=c_char, len=*), | pointer | :: | ptr | |||
| integer(kind=c_int32_t), | intent(out), | optional | :: | status |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(container_t), | intent(inout) | :: | container | |||
| character(len=*), | intent(in) | :: | tag | |||
| character(kind=c_char, len=*), | pointer | :: | ptr(:) | |||
| integer(kind=c_int32_t), | intent(out), | optional | :: | status |