Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | label | |||
logical, | public | :: | check_value_set | = | .FALSE. | ||
logical, | public | :: | value_set | = | .FALSE. | ||
type(ESMF_HConfig), | public | :: | hconfig | ||||
class(Logger), | public, | pointer | :: | logger | => | null() |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_HConfig), | intent(in) | :: | hconfig | |||
character(len=*), | intent(in) | :: | label | |||
logical, | intent(in), | optional | :: | check_value_set | ||
class(Logger), | intent(in), | optional, | pointer | :: | logger |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(HConfigParams), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(HConfigParams), | intent(in) | :: | this | |||
character(len=*), | intent(in) | :: | typestring | |||
character(len=*), | intent(in) | :: | valuestring | |||
integer, | intent(out), | optional | :: | rc |
type :: HConfigParams type(ESMF_HConfig) :: hconfig character(len=:), allocatable :: label logical :: check_value_set = .FALSE. logical :: value_set = .FALSE. class(Logger_t), pointer :: logger => null() contains procedure :: log_message procedure :: has_logger end type HConfigParams