Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | a | ||||
integer, | public | :: | b | ||||
type(debug), | public | :: | err |
procedure, public :: my_function | |
procedure, public :: my_subroutine |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(my_type), | intent(in) | :: | this | |||
integer, | intent(in) | :: | a |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(my_type), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | a |