ConnectionVector Interface

public interface ConnectionVector

Module Procedures

private function vector_new_vector_empty() result(v)

Arguments

None

Return Value type(ConnectionVector)

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(Connection), intent(in), optional :: value

Return Value type(ConnectionVector)

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

Arguments

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

Return Value type(ConnectionVector)

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

Arguments

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

Return Value type(ConnectionVector)

private function vector_new_vector_copy(x) result(v)

Arguments

Type IntentOptional Attributes Name
type(ConnectionVector) :: x

Return Value type(ConnectionVector)