| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=int_kind), | public, | parameter | :: | cla_int | = | 1 | |
| integer(kind=int_kind), | public, | parameter | :: | cla_float | = | 2 | |
| integer(kind=int_kind), | public, | parameter | :: | cla_char | = | 3 | |
| integer(kind=int_kind), | public, | parameter | :: | cla_xchar | = | 4 | |
| integer(kind=int_kind), | public, | parameter | :: | cla_logical | = | 5 | |
| integer(kind=int_kind), | public, | parameter | :: | cla_flag | = | 6 | |
| integer(kind=int_kind), | private, | parameter | :: | CLALEN | = | 1024 | |
| character(len=CLALEN), | private | :: | cla_cla | ||||
| integer(kind=int_kind), | private | :: | cla_cla_len | ||||
| character(len=STRLEN), | public, | dimension(6) | :: | cla_kindstr | |||
| character(len=STRLEN), | private | :: | cla_empty | ||||
| character(len=STRLEN), | public, | dimension(6) | :: | cla_true_str | |||
| type(cla_t), | private, | dimension(:), pointer | :: | cla_registry | |||
| type(cla_posarg_t), | private, | dimension(:), pointer | :: | cla_posarg_registry | |||
| integer(kind=int_kind), | private | :: | cla_num | ||||
| integer(kind=int_kind), | private | :: | cla_posarg_num |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | cla_input_str |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | key | ||||
| real(kind=4) | :: | float_value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | key | ||||
| real(kind=8) | :: | float_value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | key | ||||
| integer(kind=4) | :: | int_value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | key | ||||
| integer(kind=8) | :: | int_value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | key | ||||
| character(len=STRLEN) | :: | value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | key | ||||
| logical | :: | logical_value |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=2), | public | :: | key | ||||
| character(len=STRLEN), | public | :: | longkey | ||||
| character(len=XSTRLEN), | public | :: | description | ||||
| integer(kind=int_kind), | public | :: | kind | ||||
| character(len=STRLEN), | public | :: | default |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=STRLEN), | public | :: | key | ||||
| character(len=XSTRLEN), | public | :: | description | ||||
| integer(kind=int_kind), | public | :: | kind | ||||
| character(len=STRLEN), | public | :: | default |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | str1 | ||||
| character(len=*) | :: | str2 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | key | ||||
| character(len=*) | :: | longkey | ||||
| character(len=*) | :: | arg |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | str1 | ||||
| character(len=*) | :: | str2 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | key |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer | :: | i | ||||
| character(len=*) | :: | arg |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | message |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | message |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | cla_input_str |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | cla_input_str |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | key | ||||
| character(len=*) | :: | description | ||||
| integer(kind=int_kind) | :: | kkind | ||||
| character(len=*) | :: | default |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=2) | :: | key | ||||
| character(len=*) | :: | longkey | ||||
| character(len=*) | :: | description | ||||
| integer(kind=int_kind) | :: | kkind | ||||
| character(len=*) | :: | default |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | cmd_name |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | cmd_name |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | cmd_name | ||||
| logical | :: | info |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | key | ||||
| character(len=STRLEN) | :: | value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | key | ||||
| real(kind=4) | :: | float_value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | key | ||||
| real(kind=8) | :: | float_value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | key | ||||
| integer(kind=4) | :: | int_value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | key | ||||
| integer(kind=8) | :: | int_value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | key | ||||
| logical | :: | logical_value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | key | ||||
| logical | :: | logical_value |