| 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(TextColumn), | intent(in) | :: | this | |||
| character(len=:), | intent(out), | allocatable | :: | header(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TextColumn), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TextColumn), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(SimpleTextColumn), | intent(in) | :: | this | |||
| class(AbstractMeterNode), | intent(in) | :: | node |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(SimpleTextColumn), | intent(in) | :: | this | |||
| class(AbstractMeterNode), | intent(in), | target | :: | node | ||
| character(len=:), | intent(out), | allocatable | :: | rows(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(SimpleTextColumn), | intent(in), | target | :: | this | ||
| class(AbstractMeterNodeIterator), | intent(in) | :: | begin | |||
| class(AbstractMeterNodeIterator), | intent(in) | :: | end | |||
| character(len=:), | intent(inout), | 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, abstract, extends(TextColumn) :: SimpleTextColumn private contains procedure :: get_rows_range procedure :: get_rows procedure(i_get_row), deferred :: get_row end type SimpleTextColumn