ESMF_ConfigAttrUsed Derived Type

type, public :: ESMF_ConfigAttrUsed
sequence


Inherited by

type~~esmf_configattrused~~InheritedByGraph type~esmf_configattrused ESMF_ConfigAttrUsed type~esmf_configclass ESMF_ConfigClass type~esmf_configclass->type~esmf_configattrused attr_used type~esmf_config ESMF_Config type~esmf_config->type~esmf_configclass cptr type~esmf_compclass ESMF_CompClass type~esmf_compclass->type~esmf_config config type~esmf_cplcomp ESMF_CplComp type~esmf_cplcomp->type~esmf_compclass compp type~esmf_cwrap ESMF_CWrap type~esmf_cwrap->type~esmf_compclass compp type~esmf_gridcomp ESMF_GridComp type~esmf_gridcomp->type~esmf_compclass compp type~esmf_scicomp ESMF_SciComp type~esmf_scicomp->type~esmf_compclass compp

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