![]() |
The Gaudi Framework
v25r3
|
Base class used to extend a class implementing other interfaces. More...
#include <GaudiKernel/extends.h>
Public Types | |
typedef extends1 | base_class |
Typedef to this class. More... | |
typedef extend_interfaces1< I1 > | extend_interfaces_base |
Typedef to the base of this class. More... | |
typedef extend_interfaces_base::ext_iids | interfaces |
MPL set of all the implemented interfaces. More... | |
![]() | |
typedef I1::iid::iids::type | ext_iids |
MPL set of interfaces extended by this one. More... | |
Public Member Functions | |
template<typename A1 , typename A2 , typename A3 > | |
extends1 (A1 a1, A2 a2, A3 a3) | |
Templated constructor with 3 arguments. More... | |
template<typename A1 , typename A2 > | |
extends1 (A1 a1, A2 a2) | |
Templated constructor with 2 arguments. More... | |
template<typename A1 > | |
extends1 (A1 a1) | |
Templated constructor with 1 argument. More... | |
extends1 () | |
Default constructor. More... | |
virtual void * | i_cast (const InterfaceID &tid) const |
Implementation of IInterface::i_cast. More... | |
virtual StatusCode | queryInterface (const InterfaceID &ti, void **pp) |
Implementation of IInterface::queryInterface. More... | |
virtual std::vector< std::string > | getInterfaceNames () const |
Implementation of IInterface::getInterfaceNames. More... | |
virtual | ~extends1 () |
Virtual destructor. More... | |
![]() | |
virtual | ~extend_interfaces1 () |
Virtual destructor. More... | |
Base class used to extend a class implementing other interfaces.
Version for one interface.
typedef extends1 extends1< BASE, I1 >::base_class |
typedef extend_interfaces1<I1> extends1< BASE, I1 >::extend_interfaces_base |
typedef extend_interfaces_base::ext_iids extends1< BASE, I1 >::interfaces |
|
inlinevirtual |
Implementation of IInterface::getInterfaceNames.
Definition at line 58 of file extends.h.
|
inlinevirtual |
Implementation of IInterface::i_cast.
Definition at line 30 of file extends.h.
|
inlinevirtual |
Implementation of IInterface::queryInterface.
Definition at line 43 of file extends.h.