Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(targ_type), | intent(inout) | :: | self | |||
character(len=*), | intent(in) | :: | name | |||
integer, | intent(in), | optional | :: | require |
type :: targ_type
integer :: nopt
type(opt_type), allocatable :: opt(:)
contains
procedure :: add_option
end type targ_type