CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Functions
connect_but_block_self.h File Reference
#include "boost/shared_ptr.hpp"
#include "sigc++/signal.h"
#include "sigc++/connection.h"
#include "boost/bind.hpp"

Go to the source code of this file.

Classes

class  edm::serviceregistry::BlockingWrapper< Func, T1, T2, T3 >
 

Namespaces

 edm
 A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator.
 
 edm::serviceregistry
 

Functions

template<class Func , class Signal >
void edm::serviceregistry::connect_but_block_self (Signal &oSignal, const Func &iFunc)
 
template<class T >
T::value_type edm::serviceregistry::deref (T &iT)
 
template<class T >
BlockingWrapper< Tedm::serviceregistry::make_blockingwrapper (T iT, const sigc::slot< void > *)
 
template<class T , class TArg >
BlockingWrapper< T, TArg > edm::serviceregistry::make_blockingwrapper (T iT, const sigc::slot< void, TArg > *)