CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Static Public Member Functions
edm::stream::CallGlobalImpl< T, bool > Struct Template Reference

#include <callAbilities.h>

Static Public Member Functions

static void endJob (typename T::GlobalCache *iCache)
 
template<typename B >
static void set (B *iProd, typename T::GlobalCache const *iCache)
 

Detailed Description

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

Definition at line 35 of file callAbilities.h.

Member Function Documentation

template<typename T , bool >
static void edm::stream::CallGlobalImpl< T, bool >::endJob ( typename T::GlobalCache *  iCache)
inlinestatic

Definition at line 41 of file callAbilities.h.

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

41  {
42  T::globalEndJob(iCache);
43  }
template<typename T , bool >
template<typename B >
static void edm::stream::CallGlobalImpl< T, bool >::set ( B iProd,
typename T::GlobalCache const *  iCache 
)
inlinestatic

Definition at line 37 of file callAbilities.h.

Referenced by betterConfigParser.BetterConfigParser::getGeneral(), edm::stream::ProducingModuleAdaptor< T, M, B >::setupStreamModules(), and edm::stream::EDAnalyzerAdaptor< T >::setupStreamModules().

38  {
39  static_cast<T*>(iProd)->setGlobalCache(iCache);
40  }
long double T