find Function

private function find(self, name, create) result(field)

Arguments

Type IntentOptional AttributesName
class(type_field_manager), intent(inout) :: self
character(len=*), intent(in) :: name
logical, intent(in), optional :: create

Return Value type(type_field), pointer


Calls

proc~~find~~CallsGraph proc~find find proc~hash hash proc~find->proc~hash

Contents

None