list_size Interface

public interface list_size

Module Procedures

public function list_timerenv_size(list) result(size)

Returns the current size of the list.

Arguments

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

Return Value integer

public function list_routinestat_size(list) result(size)

Returns the current size of the list.

Arguments

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

Return Value integer

public function list_routinereport_size(list) result(size)

Returns the current size of the list.

Arguments

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

Return Value integer

public function list_callstackentry_size(list) result(size)

Returns the current size of the list.

Arguments

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

Return Value integer