$ character(:), allocatable :: header(:)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | header(:) | |||
character(len=*), | intent(in) | :: | format | |||
integer, | intent(in) | :: | width | |||
class(AbstractColumn), | intent(in) | :: | data_column | |||
character(len=1), | intent(in), | optional | :: | separator |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TextColumn), | intent(in) | :: | this | |||
character(len=*), | intent(inout) | :: | rows(:) | |||
character(len=1), | intent(in), | optional | :: | space |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MemoryTextColumn), | intent(in) | :: | this | |||
character(len=:), | intent(out), | allocatable | :: | header(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MemoryTextColumn), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TextColumn), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MemoryTextColumn), | intent(in) | :: | this | |||
class(AbstractMeterNode), | intent(in), | target | :: | node | ||
character(len=:), | intent(out), | allocatable | :: | rows(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TextColumn), | intent(in) | :: | this | |||
character(len=*), | intent(inout) | :: | separator(k) | |||
integer, | intent(in) | :: | k |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TextColumn), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TextColumn), | intent(inout) | :: | this | |||
character(len=1), | intent(in) | :: | separator |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TextColumn), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | column_width |
type, extends(TextColumn) :: MemoryTextColumn private !!$ character(:), allocatable :: header(:) type (String), allocatable :: header(:) character(:), allocatable :: format class (AbstractColumn), allocatable :: data_column contains procedure :: get_header procedure :: get_num_rows_header procedure :: get_rows end type MemoryTextColumn