ActualPtVec_Map.F90 Source File


This file depends on

sourcefile~~actualptvec_map.f90~~EfferentGraph sourcefile~actualptvec_map.f90 ActualPtVec_Map.F90 sourcefile~actualptvector.f90 ActualPtVector.F90 sourcefile~actualptvec_map.f90->sourcefile~actualptvector.f90 sourcefile~virtualconnectionpt.f90 VirtualConnectionPt.F90 sourcefile~actualptvec_map.f90->sourcefile~virtualconnectionpt.f90 sourcefile~actualconnectionpt.f90 ActualConnectionPt.F90 sourcefile~actualptvector.f90->sourcefile~actualconnectionpt.f90 sourcefile~keywordenforcer.f90 KeywordEnforcer.F90 sourcefile~virtualconnectionpt.f90->sourcefile~keywordenforcer.f90 sourcefile~actualconnectionpt.f90->sourcefile~virtualconnectionpt.f90 sourcefile~actualconnectionpt.f90->sourcefile~keywordenforcer.f90

Files dependent on this one

sourcefile~~actualptvec_map.f90~~AfferentGraph sourcefile~actualptvec_map.f90 ActualPtVec_Map.F90 sourcefile~matchconnection.f90 MatchConnection.F90 sourcefile~matchconnection.f90->sourcefile~actualptvec_map.f90 sourcefile~simpleconnection.f90 SimpleConnection.F90 sourcefile~matchconnection.f90->sourcefile~simpleconnection.f90 sourcefile~reexportconnection.f90 ReexportConnection.F90 sourcefile~reexportconnection.f90->sourcefile~actualptvec_map.f90 sourcefile~servicespec.f90 ServiceSpec.F90 sourcefile~servicespec.f90->sourcefile~actualptvec_map.f90 sourcefile~simpleconnection.f90->sourcefile~actualptvec_map.f90 sourcefile~componentspecparser.f90 ComponentSpecParser.F90 sourcefile~componentspecparser.f90->sourcefile~matchconnection.f90 sourcefile~componentspecparser.f90->sourcefile~reexportconnection.f90 sourcefile~componentspecparser.f90->sourcefile~simpleconnection.f90 sourcefile~make_itemspec.f90 make_itemSpec.F90 sourcefile~make_itemspec.f90->sourcefile~servicespec.f90 sourcefile~outermetacomponent.f90 OuterMetaComponent.F90 sourcefile~outermetacomponent.f90->sourcefile~matchconnection.f90 sourcefile~protoextdatagc.f90 ProtoExtDataGC.F90 sourcefile~protoextdatagc.f90->sourcefile~simpleconnection.f90 sourcefile~test_stateregistry.pf Test_StateRegistry.pf sourcefile~test_stateregistry.pf->sourcefile~simpleconnection.f90

Source Code

module mapl3g_ActualPtVec_Map
   use mapl3g_VirtualConnectionPt
   use mapl3g_ActualPtVector
   
#define Key VirtualConnectionPt
#define Key_LT(a,b) (a < b)
#define T ActualPtVector

#define Map ActualPtVec_Map
#define MapIterator ActualPtVec_MapIterator
#define Pair ActualPtVec_Pair

#include "map/template.inc"

#undef Pair
#undef MapIterator
#undef Map
#undef T
#undef Key
#undef Key_LT

end module mapl3g_ActualPtVec_Map