get_string Function

private function get_string(self, name, long_name, units, default, description) result(value)

Arguments

Type IntentOptional AttributesName
class(type_settings), intent(inout) :: self
character(len=*), intent(in) :: name
character(len=*), intent(in) :: long_name
character(len=*), intent(in), optional :: units
character(len=*), intent(in), optional :: default
character(len=*), intent(in), optional :: description

Return Value character(len=:), allocatable


Calls

proc~~get_string~~CallsGraph proc~get_string get_string proc~get_string2 get_string2 proc~get_string->proc~get_string2 proc~report_error report_error proc~get_string2->proc~report_error

Contents

None