Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(abst_ic), | public, | allocatable | :: | h | |||
class(abst_ic), | public, | allocatable | :: | p | |||
class(abst_ic), | public, | allocatable | :: | t |
procedure, public :: apply | |
procedure, public :: initialize => initialize_type_ic |
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 |