CMS 3D CMS Logo

List of all members | Static Public Member Functions
edm::stream::CallWatchProcessBlockImpl< T, bool, bool > Struct Template Reference

#include <callAbilities.h>

Static Public Member Functions

static void beginProcessBlock (edm::ProcessBlock const &iProcessBlock, typename T::GlobalCache *iGC)
 
static void endProcessBlock (edm::ProcessBlock const &iProcessBlock, typename T::GlobalCache *iGC)
 

Detailed Description

template<typename T, bool, bool>
struct edm::stream::CallWatchProcessBlockImpl< T, bool, bool >

Definition at line 339 of file callAbilities.h.

Member Function Documentation

◆ beginProcessBlock()

template<typename T , bool , bool >
static void edm::stream::CallWatchProcessBlockImpl< T, bool, bool >::beginProcessBlock ( edm::ProcessBlock const &  iProcessBlock,
typename T::GlobalCache *  iGC 
)
inlinestatic

Definition at line 340 of file callAbilities.h.

Referenced by edm::stream::EDAnalyzerAdaptor< T >::doBeginProcessBlock(), and edm::stream::ProducingModuleAdaptor< T, M, B >::doBeginProcessBlock().

340  {
341  T::beginProcessBlock(iProcessBlock, iGC);
342  }

◆ endProcessBlock()

template<typename T , bool , bool >
static void edm::stream::CallWatchProcessBlockImpl< T, bool, bool >::endProcessBlock ( edm::ProcessBlock const &  iProcessBlock,
typename T::GlobalCache *  iGC 
)
inlinestatic

Definition at line 344 of file callAbilities.h.

Referenced by edm::stream::EDAnalyzerAdaptor< T >::doEndProcessBlock(), and edm::stream::ProducingModuleAdaptor< T, M, B >::doEndProcessBlock().

344  {
345  T::endProcessBlock(iProcessBlock, iGC);
346  }