| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(Abstract_Number_to_String), | private, | allocatable | :: | string_translation | |||
| class(Abstract_Number_to_String), | private, | allocatable | :: | string_rotation | |||
| class(Abstract_Number_to_String), | private, | allocatable | :: | string_exchange | |||
| integer, | private | :: | file_unit | = | 0 |
| procedure, public :: construct => Abstract_construct | |
| procedure, public :: destroy => Abstract_destroy | |
| procedure, public :: write => Abstract_write |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(Abstract_Changes_Success_Writer), | public, | allocatable | :: | writer |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Changes_Success_Writer), | intent(out) | :: | this | |||
| character(len=*), | intent(in) | :: | filename | |||
| type(Changes_Success_Writer_Selector), | intent(in) | :: | changes_selector |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Changes_Success_Writer), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Changes_Success_Writer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_step | |||
| type(Concrete_Changes_Success), | intent(in) | :: | changes_success |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Changes_Success_Writer), | intent(out) | :: | this | |||
| character(len=*), | intent(in) | :: | filename | |||
| type(Changes_Success_Writer_Selector), | intent(in) | :: | changes_selector |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Changes_Success_Writer), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Changes_Success_Writer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_step | |||
| type(Concrete_Changes_Success), | intent(in) | :: | changes_success |