| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(Number_to_String_Wrapper), | private, | allocatable | :: | strings(:) | |||
| integer, | private | :: | file_unit | = | 0 |
| procedure, public :: construct => Abstract_construct | |
| procedure, public :: destroy => Abstract_destroy | |
| generic, public :: write => write_reals, write_integers | |
| procedure, private :: write_reals => Abstract_write_reals | |
| procedure, private :: write_integers => Abstract_write_integers | |
| procedure, private :: allocate_strings => Abstract_allocate_strings |
| generic, public :: write => write_reals, write_integers | |
| procedure, public :: construct => Null_construct | |
| procedure, public :: destroy => Null_destroy | |
| procedure, private :: write_reals => Null_write_reals | |
| procedure, private :: write_integers => Null_write_integers |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(Abstract_Line_Writer), | public, | allocatable | :: | writer |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Line_Writer), | intent(out) | :: | this | |||
| character(len=*), | intent(in) | :: | filename | |||
| logical, | intent(in) | :: | selector(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Line_Writer), | intent(inout) | :: | this | |||
| character(len=:), | intent(inout), | allocatable | :: | legend | ||
| logical, | intent(in) | :: | selector(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Line_Writer), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Line_Writer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_step | |||
| real(kind=DP), | intent(in) | :: | observables(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Line_Writer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_step | |||
| integer, | intent(in) | :: | observables(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Line_Writer), | intent(out) | :: | this | |||
| character(len=*), | intent(in) | :: | filename | |||
| logical, | intent(in) | :: | selector(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Line_Writer), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Line_Writer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_step | |||
| real(kind=DP), | intent(in) | :: | observables(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Line_Writer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_step | |||
| integer, | intent(in) | :: | observables(:) |