Public Member Functions | List of all members
art::detail::ServiceImplHelper Struct Reference

#include <ServiceHelper.h>

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

Public Member Functions

bool is_interface () const override
 
- Public Member Functions inherited from art::detail::ServiceHelperBase
virtual ~ServiceHelperBase () noexcept=default
 
virtual TypeID get_typeid () const =0
 
virtual ServiceScope scope () const =0
 
virtual bool is_interface_impl () const =0
 

Detailed Description

Definition at line 45 of file ServiceHelper.h.

Member Function Documentation

bool art::detail::ServiceImplHelper::is_interface ( ) const
inlineoverridevirtual

Implements art::detail::ServiceHelperBase.

Definition at line 47 of file ServiceHelper.h.

48  {
49  return false;
50  }

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