Go to the source code of this file.
|
integer(c_int) function | file_operations::return_fortran_unit_number_fn (this) |
integer(c_int) function | file_operations::return_num_lines_fn (this) |
integer(c_int) function | file_operations::return_num_records_fn (this) |
integer(c_int) function | file_operations::return_current_linenum_fn (this) |
logical(c_bool) function | file_operations::have_we_reached_the_eof_fn (this) |
logical(c_bool) function | file_operations::is_current_line_a_comment_fn (this) |
subroutine | file_operations::open_file_read_access_sub (this, sfilename, scommentchars, sdelimiters, lhasheader) |
subroutine | file_operations::open_file_write_access_sub (this, sfilename, lquiet) |
subroutine | file_operations::close_file_sub (this) |
logical(c_bool) function | file_operations::does_file_exist_fn (this, sfilename) |
logical(c_bool) function | file_operations::is_file_open_fn (this) |
subroutine | file_operations::count_number_of_lines_sub (this) |
type(fstring_list_t) function | file_operations::read_header_fn (this) |
subroutine | file_operations::write_line_of_data_sub (this, stext) |
character(len=:) function, allocatable | file_operations::read_line_of_data_fn (this) |
character(len=:) function, allocatable, public | file_operations::fully_qualified_filename (filename, pathname) |