![]() |
The Gaudi Framework
v26r0
|
Base class used to implement the interfaces. More...
#include <GaudiKernel/implements.h>
Public Types | |
typedef implements4 | base_class |
Typedef to this class. More... | |
typedef extend_interfaces4< I1, I2, I3, I4 > | 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 mpl::fold< typename I1::iid::iids::type, typename mpl::fold< typename I2::iid::iids::type, typename mpl::fold< typename I3::iid::iids::type, typename I4::iid::iids::type, mpl::insert< mpl::_1, mpl::_2 > >::type, mpl::insert< mpl::_1, mpl::_2 > >::type, mpl::insert < mpl::_1, mpl::_2 > >::type | ext_iids |
MPL set of interfaces extended by this one. More... | |
Additional Inherited Members | |
![]() | |
virtual | ~extend_interfaces4 () |
Virtual destructor. More... | |
Base class used to implement the interfaces.
Version for four interfaces.
Definition at line 184 of file implements.h.
typedef implements4 implements4< I1, I2, I3, I4 >::base_class |
Typedef to this class.
Definition at line 186 of file implements.h.
typedef extend_interfaces4<I1,I2,I3,I4> implements4< I1, I2, I3, I4 >::extend_interfaces_base |
Typedef to the base of this class.
Definition at line 188 of file implements.h.
typedef extend_interfaces_base::ext_iids implements4< I1, I2, I3, I4 >::interfaces |
MPL set of all the implemented interfaces.
Definition at line 191 of file implements.h.