◆ to_string_character()
| pure type(t_string) function type_string::to_string::to_string_character |
( |
character(len=*), intent(in) | char | ) |
|
◆ to_string_int32()
| pure type(t_string) function type_string::to_string::to_string_int32 |
( |
integer(int32), intent(in) | i, |
|
|
character(len=*), intent(in), optional | fmt ) |
◆ to_string_int64()
| pure type(t_string) function type_string::to_string::to_string_int64 |
( |
integer(int64), intent(in) | i, |
|
|
character(len=*), intent(in), optional | fmt ) |
◆ to_string_real32()
| pure type(t_string) function type_string::to_string::to_string_real32 |
( |
real(real32), intent(in) | s, |
|
|
character(len=*), intent(in), optional | fmt ) |
◆ to_string_real64()
| pure type(t_string) function type_string::to_string::to_string_real64 |
( |
real(real64), intent(in) | d, |
|
|
character(len=*), intent(in), optional | fmt ) |
The documentation for this interface was generated from the following file: