init Interface

public interface init

Module Procedures

private subroutine init_(aList, Values)

Arguments

Type IntentOptional Attributes Name
type(List), intent(out) :: aList
character(len=*), intent(in) :: Values

private subroutine initStr_(aList, pstr)

Arguments

Type IntentOptional Attributes Name
type(List), intent(out) :: aList
type(String), intent(in) :: pstr

private subroutine initStr1_(aList, strs)

Arguments

Type IntentOptional Attributes Name
type(List), intent(out) :: aList
type(String), intent(in), dimension(:) :: strs