ESMF_ConfigAttrUsed Derived Type

type, public :: ESMF_ConfigAttrUsed
sequence


Components

Type Visibility Attributes Name Initial
character(len=1), private, pointer :: label(:) => null()
integer(kind=ESMF_KIND_I8), private :: isInit = 76838410
logical, private :: used = .false.

Source Code

       type ESMF_ConfigAttrUsed
#ifndef ESMF_NO_SEQUENCE
          sequence
#endif
          private              
          character, pointer      :: label(:) => null () ! attribute label
          logical                 :: used  = .false.  ! attribute used (retrieved) or not
          ESMF_INIT_DECLARE
       end type ESMF_ConfigAttrUsed