LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "ServiceUtil.h"
Public Types | |
using | provider_type = typename SERVICE::provider_type |
using | provider_func_type = provider_type const *(SERVICE::*)() const |
Public Attributes | |
ServiceProviderRequirementsChecker< provider_type > | provider_checker |
Checker for the provider. More... | |
Definition at line 39 of file ServiceUtil.h.
using lar::details::ServiceRequirementsChecker< SERVICE >::provider_func_type = provider_type const* (SERVICE::*)() const |
Definition at line 168 of file ServiceUtil.h.
using lar::details::ServiceRequirementsChecker< SERVICE >::provider_type = typename SERVICE::provider_type |
Definition at line 165 of file ServiceUtil.h.
ServiceProviderRequirementsChecker<provider_type> lar::details::ServiceRequirementsChecker< SERVICE >::provider_checker |
Checker for the provider.
Definition at line 171 of file ServiceUtil.h.