List of arguments of a function. More...
Public Member Functions | |
| final | argument_finalize (argument) |
| Finalize an argument list. | |
Public Attributes | |
| integer | id_kind = id_integer |
| character(len=:), allocatable | label |
| logical | is_by_reference = .false. |
| type(t_argument), pointer | next => null() |
List of arguments of a function.
|
final |
Finalize an argument list.
| [in,out] | argument | list of argument. |
| integer mod_function::t_argument::id_kind = id_integer |
| logical mod_function::t_argument::is_by_reference = .false. |
| character(len=:), allocatable mod_function::t_argument::label |
| type(t_argument), pointer mod_function::t_argument::next => null() |