Toggle navigation
NECI
Documentation
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
AttachedFileReader_t
Interface
3 statements
Source File
input_parser_mod.F90
input_parser_mod
AttachedFileReader_t
Contents
Module Procedures
construct_AttachedFileReader_t
public interface AttachedFileReader_t
Contents
Module Procedures
construct_AttachedFileReader_t
Module Procedures
private function
construct_AttachedFileReader_t
(file_id, echo_lines, file_name, current_line) result(res)
Construct an
AttachedFileReader_t
Read more…
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
file_id
integer,
intent(in),
optional
::
echo_lines
character(len=*),
intent(in),
optional
::
file_name
integer,
intent(in),
optional
::
current_line
Return Value
type(
AttachedFileReader_t
)