Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(kind=c_char,len=5), | private, | parameter | :: | dummy | = | " " |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical(kind=c_bool), | intent(in) | :: | lhs | |||
logical(kind=c_bool), | intent(in) | :: | rhs |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(kind=c_char,len=*), | intent(in) | :: | lhs | |||
character(kind=c_char,len=*), | intent(in) | :: | rhs |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=c_double), | intent(in) | :: | lhs | |||
complex(kind=c_double), | intent(in) | :: | rhs |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=c_double), | intent(in) | :: | lhs | |||
real(kind=c_double), | intent(in) | :: | rhs |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=c_float), | intent(in) | :: | lhs | |||
complex(kind=c_float), | intent(in) | :: | rhs |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=c_float), | intent(in) | :: | lhs | |||
real(kind=c_float), | intent(in) | :: | rhs |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=c_int32_t), | intent(in) | :: | lhs | |||
integer(kind=c_int32_t), | intent(in) | :: | rhs |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=c_int64_t), | intent(in) | :: | lhs | |||
integer(kind=c_int64_t), | intent(in) | :: | rhs |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(*), | intent(inout), | contiguous, target | :: | a(..) | ||
type(c_funptr), | value | :: | operation | |||
integer(kind=c_int), | intent(in), | optional | :: | result_image | ||
integer(kind=c_int), | intent(out), | optional | :: | stat | ||
character(len=*), | intent(inout), | optional | :: | errmsg | ||
character(len=:), | intent(inout), | optional | allocatable | :: | errmsg_alloc |