ESMF
Source Files
Modules
Block Data
Procedures
Abstract Interfaces
Derived Types
Programs
ESMF_Info
Derived Type
4 statements
Source File
ESMF_Info.F90
ESMF_InfoMod
ESMF_Info
Contents
Variables
is_view
ptr
Source Code
ESMF_Info
type, public :: ESMF_Info
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