0.6.0
Loading...
Searching...
No Matches
file.f90 File Reference

Data Types

type  mod_source_file::t_source_file_container
 Source file container. More...
 

Modules

module  mod_source_file
 

Functions/Subroutines

subroutine mod_source_file::source_file_initialize (source_file, filename)
 Initialize the t_source_file_container from a file.
 
subroutine mod_source_file::source_file_initialize_from_string (source_file, string, label)
 Initialize the t_source_file_container from a string.
 
character function mod_source_file::source_file_read_character (source_file)
 Read the next character of the source file.
 
subroutine mod_source_file::source_file_unread_character (source_file)
 Return to the previous position in the source file.
 
subroutine mod_source_file::source_file_finalize (source_file)
 Close a source file.