Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(C_PTR), | public | :: | ptr |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ESMF_InfoCache), | intent(inout) | :: | self | |||
integer, | intent(out) | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ESMF_InfoCache), | intent(inout) | :: | self | |||
integer, | intent(out) | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ESMF_InfoCache), | intent(inout) | :: | self | |||
integer, | intent(out) | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ESMF_InfoCache), | intent(inout) | :: | self | |||
type(ESMF_State), | intent(in) | :: | target | |||
type(ESMF_VMId), | intent(in), | dimension(:), pointer | :: | vmIdMap | ||
integer, | intent(out) | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ESMF_InfoCache), | intent(inout) | :: | self | |||
integer, | intent(out) | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ESMF_InfoCache), | intent(inout) | :: | self | |||
type(ESMF_State), | intent(in) | :: | target | |||
type(ESMF_VMId), | intent(in), | dimension(:), pointer | :: | vmIdMap | ||
integer, | intent(out) | :: | rc |
type, public :: ESMF_InfoCache type(C_PTR) :: ptr contains procedure, private, pass :: ESMF_InfoCacheInitialize, ESMF_InfoCacheDestroy, & ESMF_InfoCacheUpdateFields generic, public :: Initialize => ESMF_InfoCacheInitialize generic, public :: Destroy => ESMF_InfoCacheDestroy generic, public :: UpdateFields => ESMF_InfoCacheUpdateFields end type ESMF_InfoCache