| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DirPath), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | directory | |||
| class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DirPath), | intent(in) | :: | this | |||
| character(len=*), | intent(in) | :: | file | |||
| class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
| integer, | intent(out), | optional | :: | rc |
type, extends(StringVector) :: DirPath private contains procedure :: find procedure :: append end type DirPath