Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in), | optional | :: | option |
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(ExclusiveColumn), | intent(in) | :: | this | |||
class(AbstractMeterNode), | intent(in), | target | :: | node |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ExclusiveColumn), | intent(in), | target | :: | this | ||
class(AbstractMeterNode), | intent(in), | target | :: | node | ||
class(*), | intent(out), | allocatable | :: | row |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SimpleColumn), | intent(in) | :: | this | |||
class(AbstractMeterNode), | intent(in), | target | :: | node |
type, extends(SimpleColumn) :: ExclusiveColumn private character(:), allocatable :: option contains procedure :: get_row procedure :: get_row_dist end type ExclusiveColumn