double_precision_file_t Interface

public interface double_precision_file_t

Functions

public impure elemental module function construct_from_character(file_name) result(double_precision_file)

Arguments

Type IntentOptional 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)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: file_name

Return Value type(double_precision_file_t)