txtfy Interface

public interface txtfy

Called by

interface~~txtfy~~CalledByGraph interface~txtfy txtfy proc~set_store_size set_store_size proc~set_store_size->interface~txtfy

Module Procedures

private function str_i_to_ch(i4) result(string)

Arguments

Type IntentOptional Attributes Name
integer :: i4

Return Value character(len=:), allocatable

private function str_i_to_ch_pad(i4, Npad) result(string)

Arguments

Type IntentOptional Attributes Name
integer :: i4
integer :: Npad

Return Value character(len=:), allocatable

private function str_r_to_ch(r8, d, lead) result(string)

Arguments

Type IntentOptional Attributes Name
real(kind=8) :: r8
integer, optional :: d
integer, optional :: lead

Return Value character(len=:), allocatable

private function str_c_to_ch(c, d, lead) result(string)

Arguments

Type IntentOptional Attributes Name
complex(kind=8) :: c
integer, optional :: d
integer, optional :: lead

Return Value character(len=:), allocatable

private function str_l_to_ch(bool) result(string)

Arguments

Type IntentOptional Attributes Name
logical :: bool

Return Value character(len=1)

private function str_ch_to_ch(txt) result(string)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: txt

Return Value character(len=:), allocatable