CMS 3D CMS Logo

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

#include <callAbilities.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 71 of file callAbilities.h.

Member Function Documentation

◆ accessInputProcessBlock()

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

Definition at line 72 of file callAbilities.h.

72  {
73  // This is not fully implemented yet and will never be called
74  T::accessInputProcessBlock(iProcessBlock, iGC);
75  }

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