| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(DistributedReal64), | intent(in) | :: | stats | |||
| character(len=*), | intent(in) | :: | option | |||
| class(*), | intent(out), | allocatable | :: | row |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(DistributedInteger), | intent(in) | :: | stats | |||
| character(len=*), | intent(in) | :: | option | |||
| class(*), | intent(out), | allocatable | :: | row |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(DistributedInteger), | intent(in) | :: | stats | |||
| character(len=*), | intent(in) | :: | option | |||
| class(*), | intent(out), | allocatable | :: | row |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(DistributedReal64), | intent(in) | :: | stats | |||
| character(len=*), | intent(in) | :: | option | |||
| class(*), | intent(out), | allocatable | :: | row |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(NumCyclesColumn), | intent(in) | :: | this | |||
| class(AbstractMeterNode), | intent(in), | target | :: | node |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(SimpleColumn), | intent(in) | :: | this | |||
| class(AbstractMeterNode), | intent(in), | target | :: | node |
type, extends(SimpleColumn) :: NumCyclesColumn private contains procedure :: get_row end type NumCyclesColumn