Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character, | public | :: | source | = | 'D' | ||
character(len=max_paramter_name_len), | public | :: | name | ||||
integer, | public | :: | val | ||||
integer, | public | :: | defval | ||||
logical, | public | :: | ensure_positive | = | .TRUE. |
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_INT), | intent(inout) | :: | this | |||
integer, | intent(in), | optional | :: | integer_val |
TYPE, EXTENDS(CONF_PAR) :: CONF_PAR_INT
INTEGER :: val, defval
LOGICAL :: ensure_positive = .TRUE.
CONTAINS
PROCEDURE :: set => set_conf_par_int
END TYPE CONF_PAR_INT