![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "art/Framework/Services/Registry/detail/ServiceWrapperBase.h"#include "art/Framework/Services/Registry/ServiceScope.h"#include "art/Utilities/ScheduleID.h"#include "cetlib/container_algorithms.h"#include "cetlib/metaprogramming.h"#include <memory>#include <type_traits>Go to the source code of this file.
Classes | |
| class | art::detail::ServiceWrapper< T, SCOPE > |
| class | art::detail::ServiceWrapper< T, SCOPE > |
| class | art::detail::ServiceWrapper< T, art::ServiceScope::PER_SCHEDULE > |
Namespaces | |
| art | |
| HLT enums. | |
| art::detail | |
Functions | |
| template<typename T > | |
| std::enable_if_t< std::is_constructible< T, fhicl::ParameterSet const &, ActivityRegistry & >::value, std::shared_ptr< T > > | art::detail::makeServiceFrom (fhicl::ParameterSet const &ps, ActivityRegistry &areg) |
| template<typename T > | |
| std::enable_if_t<!std::is_constructible< T, fhicl::ParameterSet const &, ActivityRegistry & >::value, std::shared_ptr< T > > | art::detail::makeServiceFrom (fhicl::ParameterSet const &ps, ActivityRegistry &) |