SimpleConnection Interface

public interface SimpleConnection

Module Procedures

private function new_SimpleConnection(source, destination) result(this)

Arguments

Type IntentOptional Attributes Name
type(ConnectionPt), intent(in) :: source
type(ConnectionPt), intent(in) :: destination

Return Value type(SimpleConnection)