MeterNodePtr.F90 Source File


This file depends on

sourcefile~~meternodeptr.f90~~EfferentGraph sourcefile~meternodeptr.f90 MeterNodePtr.F90 sourcefile~abstractmeternode.f90 AbstractMeterNode.F90 sourcefile~meternodeptr.f90->sourcefile~abstractmeternode.f90 sourcefile~abstractmeter.f90 AbstractMeter.F90 sourcefile~abstractmeternode.f90->sourcefile~abstractmeter.f90 sourcefile~errorhandling.f90 ErrorHandling.F90 sourcefile~abstractmeter.f90->sourcefile~errorhandling.f90 sourcefile~mapl_throw.f90 MAPL_Throw.F90 sourcefile~errorhandling.f90->sourcefile~mapl_throw.f90

Files dependent on this one

sourcefile~~meternodeptr.f90~~AfferentGraph sourcefile~meternodeptr.f90 MeterNodePtr.F90 sourcefile~baseprofiler.f90 BaseProfiler.F90 sourcefile~baseprofiler.f90->sourcefile~meternodeptr.f90 sourcefile~meternodestack.f90 MeterNodeStack.F90 sourcefile~baseprofiler.f90->sourcefile~meternodestack.f90 sourcefile~meternodestack.f90->sourcefile~meternodeptr.f90 sourcefile~distributedprofiler.f90 DistributedProfiler.F90 sourcefile~distributedprofiler.f90->sourcefile~baseprofiler.f90 sourcefile~mapl_profiler.f90 MAPL_Profiler.F90 sourcefile~mapl_profiler.f90->sourcefile~baseprofiler.f90 sourcefile~memoryprofiler.f90 MemoryProfiler.F90 sourcefile~memoryprofiler.f90->sourcefile~baseprofiler.f90 sourcefile~profilereporter.f90 ProfileReporter.F90 sourcefile~profilereporter.f90->sourcefile~baseprofiler.f90 sourcefile~stubprofiler.f90 StubProfiler.F90 sourcefile~stubprofiler.f90->sourcefile~baseprofiler.f90 sourcefile~timeprofiler.f90 TimeProfiler.F90 sourcefile~timeprofiler.f90->sourcefile~baseprofiler.f90

Source Code

module mapl_MeterNodePtr
   use mapl_AbstractMeterNode
   private
   public :: MeterNodePtr

   type :: MeterNodePtr
      class(AbstractMeterNode), pointer :: ptr
   end type MeterNodePtr

end module mapl_MeterNodePtr