Constructor for stringlist Returns an instance of type stringlist_type Specifications
Constructor with no argument Returns a new instance of type stringlist
Constructor to convert chararray to stringlist Returns a new instance of type stringlist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in), | dimension(:) | :: | array |
Constructor to convert stringarray to stringlist Returns a new instance of type stringlist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_type), | intent(in), | dimension(:) | :: | array |