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::eventsetup::FindDependenciesFromDependentRecord< T > Struct Template Reference

#include <EventSetupRecordProviderTemplate.h>

Static Public Member Functions

static void dependentRecords (std::set< EventSetupRecordKey > &oSet)
 

Detailed Description

template<typename T>
struct edm::eventsetup::FindDependenciesFromDependentRecord< T >

Definition at line 54 of file EventSetupRecordProviderTemplate.h.

Member Function Documentation

template<typename T >
static void edm::eventsetup::FindDependenciesFromDependentRecord< T >::dependentRecords ( std::set< EventSetupRecordKey > &  oSet)
inlinestatic

Definition at line 55 of file EventSetupRecordProviderTemplate.h.

References edm::eventsetup::addRecordToDependencies(), begin, and end.

55  {
56  typedef typename T::list_type list_type;
57  const typename boost::mpl::begin<list_type>::type * begin(0);
58  const typename boost::mpl::end<list_type>::type * end(0);
60  }
type
Definition: HCALResponse.h:22
void addRecordToDependencies(const T *, const T *, std::set< EventSetupRecordKey > &)
#define end
Definition: vmac.h:38
#define begin
Definition: vmac.h:31