Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | header(:) | |||
character(len=1), | intent(in), | optional | :: | separator |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MultiColumn), | intent(inout) | :: | this | |||
class(TextColumn), | intent(in) | :: | column |
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(MultiColumn), | intent(in) | :: | this | |||
character(len=:), | intent(out), | allocatable | :: | header(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MultiColumn), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TextColumn), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MultiColumn), | 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) :: MultiColumn private type (TextColumnVector) :: columns integer :: num_rows_header = 0 character(:), allocatable :: shared_header(:) contains procedure :: add_column procedure :: get_header procedure :: get_num_rows_header procedure :: get_rows end type MultiColumn