ServiceRegistry.cc
Go to the documentation of this file.
2 // vim: set sw=2 expandtab :
3 
4 namespace art {
5 
7  ServiceRegistry::ServiceRegistry() noexcept = default;
8 
9  ServiceRegistry&
11  {
12  static ServiceRegistry me;
13  return me;
14  }
15 
16  void
18  {
19  manager_ = mgr;
20  }
21 
22 } // namespace art
const std::string instance
void setManager(ServicesManager *)
cet::exempt_ptr< ServicesManager > manager_
~ServiceRegistry() noexcept