dm_format_from_name Function

public pure elemental function dm_format_from_name(name) result(format)

Uses

  • proc~~dm_format_from_name~~UsesGraph proc~dm_format_from_name dm_format_from_name module~dm_string dm_string proc~dm_format_from_name->module~dm_string module~dm_error dm_error module~dm_string->module~dm_error module~dm_kind dm_kind module~dm_string->module~dm_kind module~dm_error->module~dm_kind module~dm_ascii dm_ascii module~dm_error->module~dm_ascii iso_fortran_env iso_fortran_env module~dm_kind->iso_fortran_env

Returns format enumerator from given name. If the argument is not a valid format, the function returns FORMAT_NONE.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name

Format name.

Return Value integer


Calls

proc~~dm_format_from_name~~CallsGraph proc~dm_format_from_name dm_format_from_name interface~dm_lower dm_lower proc~dm_format_from_name->interface~dm_lower proc~dm_string_lower dm_string_lower interface~dm_lower->proc~dm_string_lower