#include <ServiceToken.h>
Public Member Functions | |
void | connect (ActivityRegistry &) |
the argument's signals will forward the token's signals More... | |
void | connectTo (ActivityRegistry &) |
the argument's signals are propagated to the Service's held by the token More... | |
void | copySlotsFrom (ActivityRegistry &) |
the copy the argument's slots to the token's signals More... | |
void | copySlotsTo (ActivityRegistry &) |
copy our Service's slots to the argument's signals More... | |
ServiceToken () | |
Private Member Functions | |
ServiceToken (std::shared_ptr< edm::serviceregistry::ServicesManager > iManager) | |
Private Attributes | |
std::shared_ptr< edm::serviceregistry::ServicesManager > | manager_ |
Friends | |
class | ::testServicesManager |
class | ::TestServicesManagerOrder |
class | edm::ServiceRegistry |
class | edm::serviceregistry::ServicesManager |
Definition at line 40 of file ServiceToken.h.
|
inline |
Definition at line 48 of file ServiceToken.h.
|
inlineprivate |
Definition at line 68 of file ServiceToken.h.
void ServiceToken::connect | ( | edm::ActivityRegistry & | iConnectTo | ) |
the argument's signals will forward the token's signals
Definition at line 63 of file ServiceToken.cc.
Referenced by o2o_db_cfgmap.DbManagerDAQ::update_hashmap().
void ServiceToken::connectTo | ( | edm::ActivityRegistry & | iConnectTo | ) |
void ServiceToken::copySlotsFrom | ( | edm::ActivityRegistry & | iConnectTo | ) |
the copy the argument's slots to the token's signals
Definition at line 74 of file ServiceToken.cc.
void ServiceToken::copySlotsTo | ( | edm::ActivityRegistry & | iConnectTo | ) |
copy our Service's slots to the argument's signals
Definition at line 69 of file ServiceToken.cc.
|
friend |
Definition at line 44 of file ServiceToken.h.
|
friend |
Definition at line 45 of file ServiceToken.h.
|
friend |
Definition at line 41 of file ServiceToken.h.
|
friend |
Definition at line 42 of file ServiceToken.h.
|
private |
Definition at line 75 of file ServiceToken.h.
Referenced by connectTo(), edm::serviceregistry::ServicesManager::ServicesManager(), edm::ServiceRegistry::setContext(), and edm::ServiceRegistry::unsetContext().