LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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 71 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 64 of file ServiceHelper.h.

65  {
66  return false;
67  } // Not necessarily final.
bool art::detail::ServiceInterfaceImplHelper::is_interface_impl ( ) const
inlinefinaloverridevirtual

Implements art::detail::ServiceHelperBase.

Definition at line 74 of file ServiceHelper.h.

75  {
76  return true;
77  }
virtual ServiceScope art::detail::ServiceHelperBase::scope ( ) const
pure virtualinherited

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