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

Translate pointer objects (reals, integers, string) into strings, i.e. character(*). Note that these function check if the object is associated. If it is not associated, then the empty string is returned. More...

Public Member Functions

character(:) function, allocatable pointer2str_str (arg)
 
character(:) function, allocatable pointer2str_str_array (arg)
 
character(:) function, allocatable pointer2str_int_array (arg, separator)
 
character(:) function, allocatable pointer2str_real_array (arg, separator)
 
character(:) function, allocatable pointer2str_real_2darray (arg, separator)
 

Detailed Description

Translate pointer objects (reals, integers, string) into strings, i.e. character(*). Note that these function check if the object is associated. If it is not associated, then the empty string is returned.

Definition at line 21 of file stringtools.f90.

Member Function/Subroutine Documentation

character(:) function, allocatable stringtools::pointer2str::pointer2str_int_array ( integer, dimension(:), intent(in), pointer  arg,
character(*), intent(in), optional  separator 
)

Definition at line 151 of file stringtools.f90.

character(:) function, allocatable stringtools::pointer2str::pointer2str_real_2darray ( real(c_double), dimension(:,:), intent(in), pointer  arg,
character(*), intent(in), optional  separator 
)

Definition at line 182 of file stringtools.f90.

character(:) function, allocatable stringtools::pointer2str::pointer2str_real_array ( real(c_double), dimension(:), intent(in), pointer  arg,
character(*), intent(in), optional  separator 
)

Definition at line 167 of file stringtools.f90.

character(:) function, allocatable stringtools::pointer2str::pointer2str_str ( character(:), intent(in), pointer  arg)

Definition at line 127 of file stringtools.f90.

character(:) function, allocatable stringtools::pointer2str::pointer2str_str_array ( character(132), dimension(:), intent(in), pointer  arg)

Definition at line 137 of file stringtools.f90.


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