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::alloc2str Interface Reference

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)
 

Detailed Description

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.

Member Function/Subroutine Documentation

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.


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