PROGRESS  master
prg_extras_mod::to_string Interface Reference

Private Member Functions

character(len=:) function, allocatable to_string_integer (i)
 Convert integer to string. More...
 
character(len=:) function, allocatable to_string_long_long (i)
 Convert integer to string. More...
 
character(len=:) function, allocatable to_string_double (x)
 Convert double to string. More...
 

Detailed Description

Definition at line 25 of file prg_extras_mod.F90.

Member Function/Subroutine Documentation

◆ to_string_double()

character(len=:) function, allocatable prg_extras_mod::to_string::to_string_double ( double precision, intent(in)  x)
private

Convert double to string.

Parameters
xThe double
Returns
The string

Definition at line 80 of file prg_extras_mod.F90.

◆ to_string_integer()

character(len=:) function, allocatable prg_extras_mod::to_string::to_string_integer ( integer, intent(in)  i)
private

Convert integer to string.

Parameters
iThe integer
Returns
The string

Definition at line 46 of file prg_extras_mod.F90.

◆ to_string_long_long()

character(len=:) function, allocatable prg_extras_mod::to_string::to_string_long_long ( integer(kind=c_long_long), intent(in)  i)
private

Convert integer to string.

Parameters
iThe integer
Returns
The string

Definition at line 62 of file prg_extras_mod.F90.


The documentation for this interface was generated from the following file: