ETS-Core  version:0.0.4-46-ge2d8
Core actors for the ETS-6
 All Classes Files Functions Variables Pages
Public Member Functions | List of all members
stringtools::num2str Interface Reference

Translate number (reals or integers) into strings, i.e. character(*) More...

Public Member Functions

character(:) function, allocatable num2str_int (arg)
 
character(:) function, allocatable num2str_real (arg)
 
character(:) function, allocatable num2str_int_array (arg, separator)
 
character(:) function, allocatable num2str_real_array (arg, separator)
 

Detailed Description

Translate number (reals or integers) into strings, i.e. character(*)

Definition at line 8 of file stringtools.f90.

Member Function/Subroutine Documentation

character(:) function, allocatable stringtools::num2str::num2str_int ( integer, intent(in)  arg)

Definition at line 31 of file stringtools.f90.

Referenced by stringtools::num2str_int_array().

Here is the caller graph for this function:

character(:) function, allocatable stringtools::num2str::num2str_int_array ( integer, dimension(:), intent(in)  arg,
character(*), intent(in), optional  separator 
)

Definition at line 47 of file stringtools.f90.

Referenced by stringtools::alloc2str_int_array(), and stringtools::pointer2str_int_array().

Here is the caller graph for this function:

character(:) function, allocatable stringtools::num2str::num2str_real ( real(c_double), intent(in)  arg)

Definition at line 39 of file stringtools.f90.

Referenced by stringtools::num2str_real_array().

Here is the caller graph for this function:

character(:) function, allocatable stringtools::num2str::num2str_real_array ( real(c_double), dimension(:), intent(in)  arg,
character(*), intent(in), optional  separator 
)

Definition at line 65 of file stringtools.f90.

Referenced by stringtools::alloc2str_real_array(), stringtools::pointer2str_real_2darray(), and stringtools::pointer2str_real_array().

Here is the caller graph for this function:


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