| generic, public :: get => get_real_scalar, get_real_array, get_integer | |
| procedure, private, nopass :: get_real_scalar => Abstract_get_real_scalar | |
| procedure, private, nopass :: get_real_array => Abstract_get_real_array | |
| procedure, private, nopass :: get_integer => Abstract_get_integer |
| generic, public :: get => get_real_scalar, get_real_array, get_integer |
| generic, public :: get => get_real_scalar, get_real_array, get_integer | |
| procedure, private, nopass :: get_real_scalar => Null_get_real_scalar | |
| procedure, private, nopass :: get_real_array => Null_get_real_array | |
| procedure, private, nopass :: get_integer => Null_get_integer |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(Abstract_Number_to_String), | public, | allocatable | :: | string |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(Number_to_String_Wrapper), | public, | allocatable | :: | line(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=DP), | intent(in) | :: | number |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=DP), | intent(in) | :: | number(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | number |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=DP), | intent(in) | :: | number |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=DP), | intent(in) | :: | number(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | number |