#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 40 of file ServiceUtil.h.
using lar::details::ServiceRequirementsChecker< SERVICE >::provider_func_type = provider_type const* (SERVICE::*)() const |
Definition at line 182 of file ServiceUtil.h.
using lar::details::ServiceRequirementsChecker< SERVICE >::provider_type = typename SERVICE::provider_type |
Definition at line 179 of file ServiceUtil.h.
ServiceProviderRequirementsChecker<provider_type> lar::details::ServiceRequirementsChecker< SERVICE >::provider_checker |
Checker for the provider.
Definition at line 185 of file ServiceUtil.h.