add_call Function

public function add_call(entries, num_entries, hash, name, parent) result(entry)

Add a function call to registry

Arguments

TypeIntentOptionalAttributesName
type(mimic_stack_entry), intent(inout), dimension(:), pointer:: entries
integer, intent(inout) :: num_entries
integer, intent(in) :: hash
character(len=*), intent(in) :: name
type(mimic_stack_entry), intent(in), pointer:: parent

Return Value type(mimic_stack_entry),pointer


Contents

None