![]() |
The Gaudi Framework
master (1304469f)
|
Base class used to extend a class implementing other interfaces. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/extends.h>


Public Types | |
| using | base_class = extends |
| Typedef to this class. | |
| using | extend_interfaces_base = extend_interfaces<Interfaces...> |
| Typedef to the base of this class. | |
Public Types inherited from extend_interfaces< Interfaces... > | |
| using | ext_iids |
| take union of the ext_iids of all Interfaces... | |
Public Member Functions | |
| void const * | i_cast (const InterfaceID &tid) const override |
| Implementation of IInterface::i_cast. | |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| Implementation of IInterface::queryInterface. | |
| std::vector< std::string > | getInterfaceNames () const override |
| Implementation of IInterface::getInterfaceNames. | |
Base class used to extend a class implementing other interfaces.
Version for one interface.
| using extends< BASE, Interfaces >::extend_interfaces_base = extend_interfaces<Interfaces...> |
|
inlineoverride |
Implementation of IInterface::getInterfaceNames.
Definition at line 49 of file extends.h.
|
inlineoverride |
Implementation of IInterface::i_cast.
Definition at line 32 of file extends.h.
|
inlineoverride |
Implementation of IInterface::queryInterface.
Definition at line 39 of file extends.h.