| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | filename | |||
| integer, | public | :: | file_type | ||||
| real, | public, | allocatable | :: | buffer(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(BW_Benchmark), | intent(in) | :: | this | |||
| integer, | intent(out), | optional | :: | rc |
type :: BW_Benchmark real, allocatable :: buffer(:) character(:), allocatable :: filename integer :: file_type contains procedure :: run end type BW_Benchmark