#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< T > | edm::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 > *) |