MAPL_ServiceConnectionItemVector.F90 Source File


This file depends on

sourcefile~~mapl_serviceconnectionitemvector.f90~~EfferentGraph sourcefile~mapl_serviceconnectionitemvector.f90 MAPL_ServiceConnectionItemVector.F90 sourcefile~mapl_serviceservicestypes.f90 MAPL_ServiceServicesTypes.F90 sourcefile~mapl_serviceconnectionitemvector.f90->sourcefile~mapl_serviceservicestypes.f90 sourcefile~mapl_exceptionhandling.f90 MAPL_ExceptionHandling.F90 sourcefile~mapl_serviceservicestypes.f90->sourcefile~mapl_exceptionhandling.f90 sourcefile~mapl_errorhandling.f90 MAPL_ErrorHandling.F90 sourcefile~mapl_exceptionhandling.f90->sourcefile~mapl_errorhandling.f90 sourcefile~mapl_throw.f90 MAPL_Throw.F90 sourcefile~mapl_exceptionhandling.f90->sourcefile~mapl_throw.f90 sourcefile~mapl_errorhandling.f90->sourcefile~mapl_throw.f90

Files dependent on this one

sourcefile~~mapl_serviceconnectionitemvector.f90~~AfferentGraph sourcefile~mapl_serviceconnectionitemvector.f90 MAPL_ServiceConnectionItemVector.F90 sourcefile~mapl_serviceservices.f90 MAPL_ServiceServices.F90 sourcefile~mapl_serviceservices.f90->sourcefile~mapl_serviceconnectionitemvector.f90 sourcefile~maplgeneric.f90 MaplGeneric.F90 sourcefile~maplgeneric.f90->sourcefile~mapl_serviceconnectionitemvector.f90 sourcefile~maplgeneric.f90->sourcefile~mapl_serviceservices.f90 sourcefile~mapl_generic.f90 MAPL_Generic.F90 sourcefile~mapl_generic.f90->sourcefile~maplgeneric.f90 sourcefile~comp_testing_driver.f90 Comp_Testing_Driver.F90 sourcefile~comp_testing_driver.f90->sourcefile~mapl_generic.f90 sourcefile~extdatagridcompmod.f90 ExtDataGridCompMod.F90 sourcefile~extdatagridcompmod.f90->sourcefile~mapl_generic.f90 sourcefile~extdatagridcompng.f90 ExtDataGridCompNG.F90 sourcefile~extdatagridcompng.f90->sourcefile~mapl_generic.f90 sourcefile~mapl.f90 MAPL.F90 sourcefile~mapl.f90->sourcefile~mapl_generic.f90 sourcefile~mapl_capgridcomp.f90 MAPL_CapGridComp.F90 sourcefile~mapl_capgridcomp.f90->sourcefile~mapl_generic.f90 sourcefile~mapl_historycollection.f90 MAPL_HistoryCollection.F90 sourcefile~mapl_historycollection.f90->sourcefile~mapl_generic.f90 sourcefile~mapl_historygridcomp.f90 MAPL_HistoryGridComp.F90 sourcefile~mapl_historygridcomp.f90->sourcefile~mapl_generic.f90 sourcefile~mapl_maskmod.f90 MAPL_MaskMod.F90 sourcefile~mapl_maskmod.f90->sourcefile~mapl_generic.f90 sourcefile~mapl_orbgridcompmod.f90 MAPL_OrbGridCompMod.F90 sourcefile~mapl_orbgridcompmod.f90->sourcefile~mapl_generic.f90 sourcefile~mapl_stationsamplermod.f90 MAPL_StationSamplerMod.F90 sourcefile~mapl_stationsamplermod.f90->sourcefile~mapl_generic.f90 sourcefile~mapl_trajectorymod.f90 MAPL_TrajectoryMod.F90 sourcefile~mapl_trajectorymod.f90->sourcefile~mapl_generic.f90 sourcefile~python_fortran_bridge.f90 python_fortran_bridge.F90 sourcefile~python_fortran_bridge.f90->sourcefile~mapl_generic.f90 sourcefile~pythonbridge.f90 PythonBridge.F90 sourcefile~pythonbridge.f90->sourcefile~mapl_generic.f90

Source Code

#include "MAPL_Generic.h"

module MAPL_ServiceConnectionItemVector
  use mapl_ServiceServicesTypes, only: ServiceConnectionType

#define _type type(ServiceConnectionType)
#define _allocatable
#define _vector serviceConnectionItemVector
#define _iterator serviceConnectionItemVectorIterator
#include "templates/vector.inc"

#undef _iterator
#undef _vector
#undef _type_type

end module MAPL_ServiceConnectionItemVector