get_config_schema_entry Subroutine

public subroutine get_config_schema_entry(index, entry, found)

Copy one schema entry by its 1-based index.

Invalid indices leave entry reset to defaults and return found = .false..

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: index
type(config_schema_entry_t), intent(out) :: entry
logical, intent(out) :: found