public interface str
@brief
Convert to Fortran string
@author Oskar Weser
@details
It is a generic procedure that accepts int32 or int64.
@param[in] An int32 or int64.
Module Procedures
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
i |
|
Return Value
character(len=:), allocatable
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int64),
|
intent(in) |
|
|
:: |
i |
|
Return Value
character(len=:), allocatable
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
x |
|
integer,
|
intent(in) |
|
|
:: |
after_comma |
|
Return Value
character(len=:), allocatable
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
x |
|
integer,
|
intent(in) |
|
|
:: |
after_comma |
|
Return Value
character(len=:), allocatable
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
logical,
|
intent(in) |
|
|
:: |
cond |
|
Return Value
character(len=:), allocatable