CMS 3D CMS Logo

Classes | Namespaces | Defines

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/FWCore/ServiceRegistry/interface/ActivityRegistry.h File Reference

#include "FWCore/Utilities/interface/Signal.h"
#include "boost/bind.hpp"
#include "boost/mem_fn.hpp"
#include "boost/utility.hpp"

Go to the source code of this file.

Classes

class  edm::ActivityRegistry

Namespaces

namespace  edm
 

A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator.


Defines

#define AR_WATCH_USING_METHOD_0(method)   template<class TClass, class TMethod> void method (TClass* iObject, TMethod iMethod) { method (boost::bind(boost::mem_fn(iMethod), iObject)); }
#define AR_WATCH_USING_METHOD_1(method)   template<class TClass, class TMethod> void method (TClass* iObject, TMethod iMethod) { method (boost::bind(boost::mem_fn(iMethod), iObject, _1)); }
#define AR_WATCH_USING_METHOD_2(method)   template<class TClass, class TMethod> void method (TClass* iObject, TMethod iMethod) { method (boost::bind(boost::mem_fn(iMethod), iObject, _1, _2)); }

Define Documentation

#define AR_WATCH_USING_METHOD_0 (   method)    template<class TClass, class TMethod> void method (TClass* iObject, TMethod iMethod) { method (boost::bind(boost::mem_fn(iMethod), iObject)); }

Definition at line 30 of file ActivityRegistry.h.

#define AR_WATCH_USING_METHOD_1 (   method)    template<class TClass, class TMethod> void method (TClass* iObject, TMethod iMethod) { method (boost::bind(boost::mem_fn(iMethod), iObject, _1)); }

Definition at line 31 of file ActivityRegistry.h.

#define AR_WATCH_USING_METHOD_2 (   method)    template<class TClass, class TMethod> void method (TClass* iObject, TMethod iMethod) { method (boost::bind(boost::mem_fn(iMethod), iObject, _1, _2)); }

Definition at line 32 of file ActivityRegistry.h.