stringlist_type Interface

public interface stringlist_type

Constructor for stringlist Returns an instance of type stringlist_type Specifications


Module Procedures

private pure function new_stringlist()

Constructor with no argument Returns a new instance of type stringlist

Arguments

None

Return Value type(stringlist_type)

private pure function new_stringlist_carray(array)

Constructor to convert chararray to stringlist Returns a new instance of type stringlist

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in), dimension(:) :: array

Return Value type(stringlist_type)

private pure function new_stringlist_sarray(array)

Constructor to convert stringarray to stringlist Returns a new instance of type stringlist

Arguments

Type IntentOptional Attributes Name
type(string_type), intent(in), dimension(:) :: array

Return Value type(stringlist_type)