str Interface

public interface str

Called by

interface~~str~~CalledByGraph interface~str str proc~file_targz file_targz proc~file_targz->interface~str proc~file_untargz file_untargz proc~file_untargz->interface~str

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