| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(Number_to_String_Line), | private, | allocatable | :: | strings(:) | |||
| integer, | private | :: | file_unit | = | 0 |
| procedure, public :: construct => Abstract_construct | |
| procedure, public :: destroy => Abstract_destroy | |
| procedure, public :: write => Abstract_write | |
| procedure, private :: allocate_string => Abstract_allocate_strings |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Triangle_Writer), | intent(out) | :: | this | |||
| character(len=*), | intent(in) | :: | filename | |||
| type(Logical_Line), | intent(in) | :: | selectors(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Triangle_Writer), | intent(inout) | :: | this | |||
| character(len=:), | intent(inout), | allocatable | :: | legend | ||
| type(Logical_Line), | intent(in) | :: | selectors(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Triangle_Writer), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Triangle_Writer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_step | |||
| type(Real_Line), | intent(in) | :: | observables(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Triangle_Writer), | intent(out) | :: | this | |||
| character(len=*), | intent(in) | :: | filename | |||
| type(Logical_Line), | intent(in) | :: | selectors(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Triangle_Writer), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Triangle_Writer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_step | |||
| type(Real_Line), | intent(in) | :: | observables(:) |