list_clear Interface

private interface list_clear

Module Procedures

public subroutine list_timerenv_clear(list)

Removes all values from the list. The list itself is not deallocated.

Arguments

Type IntentOptional Attributes Name
type(list_timerenv_type), intent(inout) :: list

public subroutine list_routinestat_clear(list)

Removes all values from the list. The list itself is not deallocated.

Arguments

Type IntentOptional Attributes Name
type(list_routinestat_type), intent(inout) :: list

public subroutine list_routinereport_clear(list)

Removes all values from the list. The list itself is not deallocated.

Arguments

Type IntentOptional Attributes Name
type(list_routinereport_type), intent(inout) :: list

public subroutine list_callstackentry_clear(list)

Removes all values from the list. The list itself is not deallocated.

Arguments

Type IntentOptional Attributes Name
type(list_callstackentry_type), intent(inout) :: list