Inherits workflow.
Additional Inherited Members | |
| Variables inherited from workflow | |
| character(:), allocatable, public | header |
| Header is the first node of the linked list of actions. | |
| class(workflow), pointer, public | next => null() |
| Next action in the linked list. | |
| Static Public Attributes inherited from workflow | |
| procedure(work), pointer, nopass, public | action => null() |
| Action to be performed. | |
| procedure, pass, public dispose | ( | class(benchmark_dryrun), intent(inout) | this | ) |
Dispose resources associated with the bound type.
| [in,out] | this | The type bound to the method |
@Remarks
Definition at line 25 of file DryRun.f90.