list_isready Interface

public interface list_isready

Module Procedures

public function list_timerenv_isready(list) result(res)

Test if the given list has been initialized.

Arguments

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

Return Value logical

public function list_routinestat_isready(list) result(res)

Test if the given list has been initialized.

Arguments

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

Return Value logical

public function list_routinereport_isready(list) result(res)

Test if the given list has been initialized.

Arguments

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

Return Value logical

public function list_callstackentry_isready(list) result(res)

Test if the given list has been initialized.

Arguments

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

Return Value logical