str Interface

public interface str

Module Procedures

public recursive function str_from_dict(dict) result(ret)

Arguments

Type IntentOptional Attributes Name
type(Dictionary_), intent(in) :: dict

Return Value character(len=:), allocatable

public function str_from_intvec(intvec) result(ret)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: intvec(:)

Return Value character(len=:), allocatable

public function str_from_realvec(realvec) result(ret)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: realvec(:)

Return Value character(len=:), allocatable