|  | The Gaudi Framework
    v36r9p1 (5c15b2bb)
    | 
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.  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 49 of file extends.h.
| 
 | inlineoverride | 
| 
 | inlineoverride |