ConnectionVector.F90 Source File


This file depends on

sourcefile~~connectionvector.f90~~EfferentGraph sourcefile~connectionvector.f90 ConnectionVector.F90 sourcefile~connection.f90 Connection.F90 sourcefile~connectionvector.f90->sourcefile~connection.f90

Files dependent on this one

sourcefile~~connectionvector.f90~~AfferentGraph sourcefile~connectionvector.f90 ConnectionVector.F90 sourcefile~componentspec.f90 ComponentSpec.F90 sourcefile~componentspec.f90->sourcefile~connectionvector.f90 sourcefile~componentspecparser.f90 ComponentSpecParser.F90 sourcefile~componentspecparser.f90->sourcefile~connectionvector.f90 sourcefile~outermetacomponent.f90 OuterMetaComponent.F90 sourcefile~outermetacomponent.f90->sourcefile~connectionvector.f90

Source Code

module mapl3g_ConnectionVector
   use mapl3g_Connection

#define T Connection
#define T_polymorphic
#define Vector ConnectionVector
#define VectorIterator ConnectionVectorIterator

#include "vector/template.inc"

#undef T_polymorphic
#undef T
#undef Vector
#undef VectorIterator
  
end module mapl3g_ConnectionVector