Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(abst_ic), | public, | allocatable | :: | h | |||
class(abst_ic), | public, | allocatable | :: | p | |||
class(abst_ic), | public, | allocatable | :: | t |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_ic), | intent(in) | :: | self | |||
character(len=*), | intent(in) | :: | initial_target | |||
type(type_domain), | intent(in) | :: | domain | |||
type(type_variable), | intent(inout) | :: | variable |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_ic), | intent(inout) | :: | self | |||
type(type_input), | intent(in) | :: | input |
type :: type_ic class(abst_ic), allocatable :: t class(abst_ic), allocatable :: h class(abst_ic), allocatable :: p contains procedure :: initialize => initialize_type_ic procedure :: apply end type type_ic