0.6.0
Loading...
Searching...
No Matches
mod_nts_parse_write_file Module Reference

Data Types

type  t_file
 

Functions/Subroutines

recursive subroutine, public nts_parse_open (parser)
 
recursive subroutine, public nts_parse_close (parser)
 
recursive subroutine, public nts_parse_write (parser)
 
subroutine, public nts_close_all_files ()
 
pure integer function get_file_id_by_path (path)
 
subroutine add_file (id)
 
subroutine broadcast_integer (val)
 

Variables

type(t_file), dimension(:), allocatable file_list
 

Function/Subroutine Documentation

◆ add_file()

subroutine mod_nts_parse_write_file::add_file ( integer, intent(out) id)
private

◆ broadcast_integer()

subroutine mod_nts_parse_write_file::broadcast_integer ( integer, intent(inout) val)
private

◆ get_file_id_by_path()

pure integer function mod_nts_parse_write_file::get_file_id_by_path ( character(len=*), intent(in) path)
private

◆ nts_close_all_files()

subroutine, public mod_nts_parse_write_file::nts_close_all_files

◆ nts_parse_close()

recursive subroutine, public mod_nts_parse_write_file::nts_parse_close ( type(t_parser), intent(inout) parser)

◆ nts_parse_open()

recursive subroutine, public mod_nts_parse_write_file::nts_parse_open ( type(t_parser), intent(inout) parser)

◆ nts_parse_write()

recursive subroutine, public mod_nts_parse_write_file::nts_parse_write ( type(t_parser), intent(inout) parser)

Variable Documentation

◆ file_list

type(t_file), dimension(:), allocatable mod_nts_parse_write_file::file_list