Conversion of a stream of values in a string to numbers (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=:), | pointer | :: | s |
input string |
||
integer(kind=int8), | intent(in) | :: | mold |
dummy argument to disambiguate at compile time the generic interface |
||
integer(kind=int8), | intent(inout), | optional | :: | stat |
Output integer(int8) value
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=:), | pointer | :: | s |
input string |
||
integer(kind=int16), | intent(in) | :: | mold |
dummy argument to disambiguate at compile time the generic interface |
||
integer(kind=int8), | intent(inout), | optional | :: | stat |
Output integer(int16) value
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=:), | pointer | :: | s |
input string |
||
integer(kind=int32), | intent(in) | :: | mold |
dummy argument to disambiguate at compile time the generic interface |
||
integer(kind=int8), | intent(inout), | optional | :: | stat |
Output integer(int32) value
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=:), | pointer | :: | s |
input string |
||
integer(kind=int64), | intent(in) | :: | mold |
dummy argument to disambiguate at compile time the generic interface |
||
integer(kind=int8), | intent(inout), | optional | :: | stat |
Output integer(int64) value
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=:), | pointer | :: | s |
input string |
||
real(kind=sp), | intent(in) | :: | mold |
dummy argument to disambiguate at compile time the generic interface |
||
integer(kind=int8), | intent(inout), | optional | :: | stat |
Output real(sp) value
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=:), | pointer | :: | s |
input string |
||
real(kind=dp), | intent(in) | :: | mold |
dummy argument to disambiguate at compile time the generic interface |
||
integer(kind=int8), | intent(inout), | optional | :: | stat |
Output real(dp) value