activation_t Interface

public interface activation_t

Functions

private elemental module function construct_from_component(selection) result(activation)

Arguments

Type IntentOptional Attributes Name
integer(kind=c_int), intent(in) :: selection

Return Value type(activation_t)

private elemental module function construct_from_name(name) result(activation)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name

Return Value type(activation_t)