The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
extend_interfaces< Interfaces > Struct Template Reference

Base class to be used to extend an interface. More...

#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/extend_interfaces.h>

Inheritance diagram for extend_interfaces< Interfaces >:
Collaboration diagram for extend_interfaces< Interfaces >:

Public Types

using ext_iids = typename Gaudi::interface_list_cat<typename Interfaces::ext_iids...>::type
 take union of the ext_iids of all Interfaces...
 

Static Private Member Functions

static const InterfaceIDinterfaceID ()
 

Detailed Description

template<typename... Interfaces>
struct extend_interfaces< Interfaces >

Base class to be used to extend an interface.

Definition at line 23 of file extend_interfaces.h.

Member Typedef Documentation

◆ ext_iids

template<typename... Interfaces>
using extend_interfaces< Interfaces >::ext_iids = typename Gaudi::interface_list_cat<typename Interfaces::ext_iids...>::type

take union of the ext_iids of all Interfaces...

Definition at line 25 of file extend_interfaces.h.

Member Function Documentation

◆ interfaceID()

template<typename... Interfaces>
static const InterfaceID & extend_interfaces< Interfaces >::interfaceID ( )
inlinestaticprivate

Definition at line 29 of file extend_interfaces.h.

29{ return IInterface::interfaceID(); }
static const InterfaceID & interfaceID()
Return an instance of InterfaceID identifying the interface.
Definition IInterface.h:234

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