ESMF_Info Derived Type

type, public :: ESMF_Info


Inherits

type~~esmf_info~~InheritsGraph type~esmf_info ESMF_Info C_PTR C_PTR type~esmf_info->C_PTR ptr

Inherited by

type~~esmf_info~~InheritedByGraph type~esmf_info ESMF_Info type~esmf_infodescribe ESMF_InfoDescribe type~esmf_infodescribe->type~esmf_info info, searchCriteria

Components

Type Visibility Attributes Name Initial
logical, public :: is_view = .false.
type(C_PTR), public :: ptr = C_NULL_PTR

Source Code

type ESMF_Info
  type(C_PTR) :: ptr = C_NULL_PTR
  logical :: is_view = .false.
end type ESMF_Info