Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(SHAREDMEM), | intent(inout) | :: | HANDLE | |||
integer(kind=C_INT), | intent(out) | :: | VALUE | |||
logical, | intent(in), | optional | :: | ADVANCE |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(SHAREDMEM), | intent(inout) | :: | HANDLE | |||
real(kind=C_FLOAT), | intent(out) | :: | VALUE | |||
logical, | intent(in), | optional | :: | ADVANCE |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(SHAREDMEM), | intent(inout) | :: | HANDLE | |||
real(kind=C_DOUBLE), | intent(out) | :: | VALUE | |||
logical, | intent(in), | optional | :: | ADVANCE |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(SHAREDMEM), | intent(inout) | :: | HANDLE | |||
integer(kind=C_INT), | intent(in) | :: | SIZE | |||
integer(kind=C_INT), | intent(inout), | POINTER | :: | FPTR(:) | ||
logical, | intent(in), | optional | :: | ADVANCE |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(SHAREDMEM), | intent(inout) | :: | HANDLE | |||
integer(kind=C_INT), | intent(in) | :: | SIZE | |||
real(kind=C_FLOAT), | intent(inout), | POINTER | :: | FPTR(:) | ||
logical, | intent(in), | optional | :: | ADVANCE |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(SHAREDMEM), | intent(inout) | :: | HANDLE | |||
integer(kind=C_INT), | intent(in) | :: | SIZE | |||
real(kind=C_DOUBLE), | intent(inout), | POINTER | :: | FPTR(:) | ||
logical, | intent(in), | optional | :: | ADVANCE |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(SHAREDMEM), | intent(inout) | :: | HANDLE | |||
integer(kind=C_INT), | intent(in) | :: | DIM1 | |||
integer(kind=C_INT), | intent(in) | :: | DIM2 | |||
integer(kind=C_INT), | intent(inout), | POINTER | :: | FPTR(:,:) | ||
logical, | intent(in), | optional | :: | ADVANCE |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(SHAREDMEM), | intent(inout) | :: | HANDLE | |||
integer(kind=C_INT), | intent(in) | :: | DIM1 | |||
integer(kind=C_INT), | intent(in) | :: | DIM2 | |||
real(kind=C_FLOAT), | intent(inout), | POINTER | :: | FPTR(:,:) | ||
logical, | intent(in), | optional | :: | ADVANCE |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(SHAREDMEM), | intent(inout) | :: | HANDLE | |||
integer(kind=C_INT), | intent(in) | :: | DIM1 | |||
integer(kind=C_INT), | intent(in) | :: | DIM2 | |||
real(kind=C_DOUBLE), | intent(inout), | POINTER | :: | FPTR(:,:) | ||
logical, | intent(in), | optional | :: | ADVANCE |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(C_PTR) | :: | PTR | ||||
integer(kind=C_SIZE_T), | VALUE | :: | BYTES |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(SHAREDMEM), | intent(out) | :: | HANDLE | |||
type(C_PTR), | intent(in) | :: | CPTR | |||
integer(kind=C_SIZE_T), | intent(in) | :: | BYTES |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(SHAREDMEM), | intent(out) | :: | HANDLE | |||
integer(kind=C_SIZE_T), | intent(in) | :: | BYTES |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(SHAREDMEM), | intent(out) | :: | HANDLE |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(SHAREDMEM), | intent(inout) | :: | HANDLE | |||
integer(kind=C_INT), | intent(in) | :: | BYTES |