Fiats
Source Files
Modules
Procedures
Derived Types
Programs
double_precision_file_t
Interface
12 statements
Source File
double_precision_file_m.f90
double_precision_file_m
double_precision_file_t
Contents
Functions
construct_from_character
construct_from_string
public interface double_precision_file_t
Functions
public impure elemental module function construct_from_character(file_name) result(double_precision_file)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
file_name
Return Value
type(
double_precision_file_t
)
public impure elemental module function construct_from_string(file_name) result(double_precision_file)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
type(string_t),
intent(in)
::
file_name
Return Value
type(
double_precision_file_t
)