Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character, | public | :: | source | = | 'D' | ||
character(len=max_paramter_name_len), | public | :: | name | ||||
integer, | public | :: | val | ||||
integer, | public | :: | defval |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CONF_PAR), | intent(inout) | :: | this | |||
class(*), | intent(out) | :: | env_val |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CONF_PAR), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CONF_PAR_MM_DRIVER), | intent(inout) | :: | this | |||
character(len=*), | intent(in), | optional | :: | mm_driver |
TYPE, EXTENDS(CONF_PAR) :: CONF_PAR_MM_DRIVER
INTEGER :: val, defval
CONTAINS
PROCEDURE :: set => set_conf_par_mm_driver
END TYPE CONF_PAR_MM_DRIVER