The Gaudi Framework
v30r3 (a5ef0a68)
|
Base class used to extend a class implementing other interfaces. More...
#include <GaudiKernel/extends.h>
Public Types | |
using | base_class = extends |
Typedef to this class. More... | |
using | extend_interfaces_base = extend_interfaces< Interfaces... > |
Typedef to the base of this class. More... | |
Public Types inherited from extend_interfaces< Interfaces... > | |
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 | |
void * | i_cast (const InterfaceID &tid) const override |
Implementation of IInterface::i_cast. More... | |
StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
Implementation of IInterface::queryInterface. More... | |
std::vector< std::string > | getInterfaceNames () const override |
Implementation of IInterface::getInterfaceNames. More... | |
Base class used to extend a class implementing other interfaces.
Version for one interface.
using extends< BASE, Interfaces >::base_class = extends |
using extends< BASE, Interfaces >::extend_interfaces_base = extend_interfaces<Interfaces...> |
|
inlineoverride |
Implementation of IInterface::getInterfaceNames.
Definition at line 42 of file extends.h.
|
inlineoverride |
Implementation of IInterface::i_cast.
Definition at line 22 of file extends.h.
|
inlineoverride |
Implementation of IInterface::queryInterface.
Definition at line 30 of file extends.h.