0.6.0
Loading...
Searching...
No Matches
type_string::to_string Interface Reference

Public Member Functions

pure type(t_string) function to_string_character (char)
 
pure type(t_string) function to_string_int32 (i, fmt)
 
pure type(t_string) function to_string_int64 (i, fmt)
 
pure type(t_string) function to_string_real32 (s, fmt)
 
pure type(t_string) function to_string_real64 (d, fmt)
 

Member Function/Subroutine Documentation

◆ 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: