The Gaudi Framework  v29r0 (ff2e7097)
extend_interfaces< Interfaces > Struct Template Reference

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

#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... More...
 

Public Member Functions

 ~extend_interfaces () override=default
 Virtual destructor. More...
 

Detailed Description

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

Base class to be used to extend an interface.

Definition at line 11 of file extend_interfaces.h.

Member Typedef Documentation

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 13 of file extend_interfaces.h.

Constructor & Destructor Documentation

template<typename... Interfaces>
extend_interfaces< Interfaces >::~extend_interfaces ( )
overridedefault

Virtual destructor.


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