get Interface

public interface get

Module Procedures

private subroutine get_(itemStr, ith, aList)

Arguments

Type IntentOptional Attributes Name
type(String), intent(out) :: itemStr
integer, intent(in) :: ith
type(List), intent(in) :: aList

private subroutine getall_(itemStr, aList)

Arguments

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

private subroutine getrange_(itemStr, i1, i2, aList)

Arguments

Type IntentOptional Attributes Name
type(String), intent(out) :: itemStr
integer, intent(in) :: i1
integer, intent(in) :: i2
type(List), intent(in) :: aList