![]() |
ETS-Core
version:0.0.4-46-ge2d8
Core actors for the ETS-6
|
Translate allocatable objects (reals, integers, string) into strings, i.e. character(*). Note that these function check if the object is allocated. If it is not allocated, then the empty string is returned. More...
Public Member Functions | |
character(:) function, allocatable | alloc2str_str (arg) |
character(:) function, allocatable | alloc2str_int_array (arg, separator) |
character(:) function, allocatable | alloc2str_real_array (arg, separator) |
Translate allocatable objects (reals, integers, string) into strings, i.e. character(*). Note that these function check if the object is allocated. If it is not allocated, then the empty string is returned.
Definition at line 15 of file stringtools.f90.
character(:) function, allocatable stringtools::alloc2str::alloc2str_int_array | ( | integer, dimension(:), intent(in), allocatable | arg, |
character(*), intent(in), optional | separator | ||
) |
Definition at line 95 of file stringtools.f90.
character(:) function, allocatable stringtools::alloc2str::alloc2str_real_array | ( | real(c_double), dimension(:), intent(in), allocatable | arg, |
character(*), intent(in), optional | separator | ||
) |
Definition at line 111 of file stringtools.f90.
character(:) function, allocatable stringtools::alloc2str::alloc2str_str | ( | character(:), intent(in), allocatable | arg | ) |
Definition at line 85 of file stringtools.f90.