stringifor Module


Uses

  • module~~stringifor~~UsesGraph module~stringifor stringifor module~penf~2 penf module~stringifor->module~penf~2 module~stringifor_string_t stringifor_string_t module~stringifor->module~stringifor_string_t module~penf_b_size penf_b_size module~penf~2->module~penf_b_size module~penf_stringify~3 penf_stringify module~penf~2->module~penf_stringify~3 module~penf_global_parameters_variables~2 penf_global_parameters_variables module~penf~2->module~penf_global_parameters_variables~2 module~stringifor_string_t->module~penf~2 iso_fortran_env iso_fortran_env module~stringifor_string_t->iso_fortran_env module~befor64~4 befor64 module~stringifor_string_t->module~befor64~4 module~face face module~stringifor_string_t->module~face module~penf_b_size->module~penf_global_parameters_variables~2 module~penf_stringify~3->module~penf_b_size module~penf_stringify~3->iso_fortran_env module~penf_stringify~3->module~penf_global_parameters_variables~2 module~befor64~4->module~penf~2 module~befor64_pack_data_m~4 befor64_pack_data_m module~befor64~4->module~befor64_pack_data_m~4 module~face->iso_fortran_env module~befor64_pack_data_m~4->module~penf~2

Contents


Subroutines

public subroutine read_file(file, lines, form, iostat, iomsg)

Arguments

TypeIntentOptionalAttributesName
character(len=*), intent(in) :: file
type(string), intent(out), allocatable:: lines(:)
character(len=*), intent(in), optional :: form
integer, intent(out), optional :: iostat
character(len=*), intent(inout), optional :: iomsg

public subroutine read_lines(unit, lines, form, iostat, iomsg)

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: unit
type(string), intent(out), allocatable:: lines(:)
character(len=*), intent(in), optional :: form
integer, intent(out), optional :: iostat
character(len=*), intent(inout), optional :: iomsg

public subroutine write_file(file, lines, form, iostat, iomsg)

Arguments

TypeIntentOptionalAttributesName
character(len=*), intent(in) :: file
type(string), intent(in) :: lines(1:)
character(len=*), intent(in), optional :: form
integer, intent(out), optional :: iostat
character(len=*), intent(inout), optional :: iomsg

public subroutine write_lines(unit, lines, form, iostat, iomsg)

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: unit
type(string), intent(in) :: lines(1:)
character(len=*), intent(in), optional :: form
integer, intent(out), optional :: iostat
character(len=*), intent(inout), optional :: iomsg