| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=1), | public | :: | source | = | 'D' | ||
| character(len=max_paramter_name_len), | public | :: | name | = | "" | ||
| integer, | public | :: | val | = | -1 | ||
| integer, | public | :: | defval | = | -1 |
| 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 = -1, defval = -1 CONTAINS PROCEDURE :: set => set_conf_par_mm_driver END TYPE CONF_PAR_MM_DRIVER