Returns argument value.
Returns argument value as 4-byte integer.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(arg_type), | intent(inout) | :: | arg |
Arg type. |
||
integer, | intent(inout) | :: | value |
Argument value. |
||
integer, | intent(in), | optional | :: | default |
Default value. |
|
logical, | intent(out), | optional | :: | passed |
Passed or not. |
|
integer, | intent(out), | optional | :: | error |
Argument error. |
Returns .true.
if argument has been passed.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(arg_type), | intent(inout) | :: | arg |
Arg type. |
||
logical, | intent(inout) | :: | value |
Argument value. |
||
logical, | intent(in), | optional | :: | default |
Default value. |
|
logical, | intent(out), | optional | :: | passed |
Passed or not. |
|
integer, | intent(out), | optional | :: | error |
Argument error. |
Returns argument value as 8-byte real.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(arg_type), | intent(inout) | :: | arg |
Arg type. |
||
real(kind=r8), | intent(inout) | :: | value |
Argument value. |
||
real(kind=r8), | intent(in), | optional | :: | default |
Default value. |
|
logical, | intent(out), | optional | :: | passed |
Passed or not. |
|
integer, | intent(out), | optional | :: | error |
Argument error. |
Returns argument value as character string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(arg_type), | intent(inout) | :: | arg |
Arg type. |
||
character(len=*), | intent(inout) | :: | value |
Argument value. |
||
character(len=*), | intent(in), | optional | :: | default |
Default value. |
|
logical, | intent(out), | optional | :: | passed |
Passed or not. |
|
integer, | intent(out), | optional | :: | error |
Argument error. |