LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
art::detail::ServiceInterfaceImplHelper Struct Referenceabstract

#include "ServiceHelper.h"

Inheritance diagram for art::detail::ServiceInterfaceImplHelper:
art::detail::ServiceImplHelper art::detail::ServiceHelperBase

Public Member Functions

bool is_interface_impl () const final override
 
virtual TypeID get_interface_typeid () const =0
 
virtual std::unique_ptr< ServiceWrapperBaseconvert (std::shared_ptr< ServiceWrapperBase > const &swb) const =0
 
bool is_interface () const override
 
virtual TypeID get_typeid () const =0
 
virtual ServiceScope scope () const =0
 

Detailed Description

Definition at line 54 of file ServiceHelper.h.

Member Function Documentation

virtual std::unique_ptr<ServiceWrapperBase> art::detail::ServiceInterfaceImplHelper::convert ( std::shared_ptr< ServiceWrapperBase > const &  swb) const
pure virtual
virtual TypeID art::detail::ServiceInterfaceImplHelper::get_interface_typeid ( ) const
pure virtual
virtual TypeID art::detail::ServiceHelperBase::get_typeid ( ) const
pure virtualinherited
bool art::detail::ServiceImplHelper::is_interface ( ) const
inlineoverridevirtualinherited

Implements art::detail::ServiceHelperBase.

Definition at line 47 of file ServiceHelper.h.

48  {
49  return false;
50  }
bool art::detail::ServiceInterfaceImplHelper::is_interface_impl ( ) const
inlinefinaloverridevirtual

Implements art::detail::ServiceHelperBase.

Definition at line 56 of file ServiceHelper.h.

57  {
58  return true;
59  }
virtual ServiceScope art::detail::ServiceHelperBase::scope ( ) const
pure virtualinherited

The documentation for this struct was generated from the following file: