Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private, | parameter | :: | maxlen | = | 30 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=maxlen), | public | :: | name | ||||
integer, | public | :: | value |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | selection | |||
type(text_option), | intent(in), | dimension(:) | :: | options | ||
integer, | intent(inout) | :: | value | |||
integer, | intent(in), | optional | :: | error_unit | ||
character(len=*), | intent(in), | optional | :: | selection_name | ||
logical, | intent(in), | optional | :: | stop_on_error |