1 #ifndef Framework_WorkerRegistry_h
2 #define Framework_WorkerRegistry_h
12 #include "boost/shared_ptr.hpp"
13 #include "boost/utility.hpp"
49 typedef std::map<std::string, boost::shared_ptr<Worker> >
WorkerMap;
53 boost::shared_ptr<ActivityRegistry>
actReg_;
WorkerRegistry(boost::shared_ptr< ActivityRegistry > areg)
boost::shared_ptr< ActivityRegistry > actReg_
WorkerMap m_workerMap
internal map of registered workers (owned).
Worker * getWorker(WorkerParams const &p, std::string const &moduleLabel)
Retrieve the particular instance of the worker.
std::map< std::string, boost::shared_ptr< Worker > > WorkerMap
the container of workers