Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ESMF_InfoCache), | intent(inout) | :: | self | |||
integer, | intent(out) | :: | rc |
subroutine ESMF_InfoCacheInitialize(self, rc) class(ESMF_InfoCache), intent(inout) :: self integer, intent(out) :: rc self%ptr = C_NULL_PTR self%ptr = c_infocache_initialize() rc = ESMF_SUCCESS end subroutine ESMF_InfoCacheInitialize