ActionVector Interface

public interface ActionVector

Module Procedures

private function vector_new_vector_empty() result(v)

Arguments

None

Return Value type(ActionVector)

private function vector_new_vector_fill_size_kind(n, value) result(v)

Arguments

Type IntentOptional Attributes Name
integer(kind=GFTL_SIZE_KIND), intent(in) :: n
class(ExtensionAction), intent(in), optional :: value

Return Value type(ActionVector)

private function vector_new_vector_fill_default(n, value) result(v)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n
class(ExtensionAction), intent(in), optional :: value

Return Value type(ActionVector)

private function vector_new_vector_range(first, last) result(v)

Arguments

Type IntentOptional Attributes Name
type(ActionVectorIterator), intent(in) :: first
type(ActionVectorIterator), intent(in) :: last

Return Value type(ActionVector)

private function vector_new_vector_copy(x) result(v)

Arguments

Type IntentOptional Attributes Name
type(ActionVector) :: x

Return Value type(ActionVector)