mimic_stack_entry Interface

public interface mimic_stack_entry

Contents


Module Procedures

public function init_entry(name, hash, num_calls, parent) result(entry)

Initializer of a stack entry

Arguments

TypeIntentOptionalAttributesName
character(len=*), intent(in) :: name

Name of a function

integer, intent(in) :: hash

Hash ID

integer, intent(in) :: num_calls

Current number of calls

type(mimic_stack_entry), pointer:: parent

Parent entry

Return Value type(mimic_stack_entry)