Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | config_file | |||
class(AbstractUserSetServices), | public, | allocatable | :: | user_setservices |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(AbstractUserSetServices), | intent(in) | :: | user_setservices | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
character(len=*), | intent(in), | optional | :: | config_file |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ChildSpec), | intent(in) | :: | this | |||
integer, | intent(in) | :: | unit | |||
character(len=*), | intent(in) | :: | iotype | |||
integer, | intent(in) | :: | v_list(:) | |||
integer, | intent(out) | :: | iostat | |||
character(len=*), | intent(inout) | :: | iomsg |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ChildSpec), | intent(in) | :: | this | |||
integer, | intent(in) | :: | unit | |||
character(len=*), | intent(in) | :: | iotype | |||
integer, | intent(in) | :: | v_list(:) | |||
integer, | intent(out) | :: | iostat | |||
character(len=*), | intent(inout) | :: | iomsg |
type :: ChildSpec class(AbstractUserSetServices), allocatable :: user_setservices character(:), allocatable :: config_file ! Prevent default structure constructor integer, private :: hack contains procedure :: write_formatted generic :: write(formatted) => write_formatted end type ChildSpec