extend_interfaces3< I1, I2, I3 > Struct Template Reference

Base class to be used to extend an interface. More...

#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/825/GAUDI/GAUDI_v26r3/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/extend_interfaces.h>

Inheritance diagram for extend_interfaces3< I1, I2, I3 >:
Collaboration diagram for extend_interfaces3< I1, I2, I3 >:

Public Types

typedef mpl::fold< typename I1::iid::iids::type, typename mpl::fold< typename I2::iid::iids::type, typename I3::iid::iids::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...
 
typedef mpl::fold< typename I1::iid::iids::type, typename mpl::fold< typename I2::iid::iids::type, typename I3::iid::iids::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...
 

Public Member Functions

virtual ~extend_interfaces3 ()
 Virtual destructor. More...
 
virtual ~extend_interfaces3 ()
 Virtual destructor. More...
 

Detailed Description

template<typename I1, typename I2, typename I3>
struct extend_interfaces3< I1, I2, I3 >

Base class to be used to extend an interface.

Version for three base interfaces.

Author
Marco Clemencic

Definition at line 43 of file extend_interfaces.h.

Member Typedef Documentation

template<typename I1, typename I2, typename I3>
typedef mpl::fold< typename I1::iid::iids::type, typename mpl::fold< typename I2::iid::iids::type, typename I3::iid::iids::type, mpl::insert<mpl::_1,mpl::_2> >::type, mpl::insert<mpl::_1,mpl::_2> >::type extend_interfaces3< I1, I2, I3 >::ext_iids

MPL set of interfaces extended by this one.

Definition at line 56 of file extend_interfaces.h.

template<typename I1, typename I2, typename I3>
typedef mpl::fold< typename I1::iid::iids::type, typename mpl::fold< typename I2::iid::iids::type, typename I3::iid::iids::type, mpl::insert<mpl::_1,mpl::_2> >::type, mpl::insert<mpl::_1,mpl::_2> >::type extend_interfaces3< I1, I2, I3 >::ext_iids

MPL set of interfaces extended by this one.

Definition at line 56 of file extend_interfaces.h.

Constructor & Destructor Documentation

template<typename I1, typename I2, typename I3>
virtual extend_interfaces3< I1, I2, I3 >::~extend_interfaces3 ( )
inlinevirtual

Virtual destructor.

Definition at line 59 of file extend_interfaces.h.

59 {}
template<typename I1, typename I2, typename I3>
virtual extend_interfaces3< I1, I2, I3 >::~extend_interfaces3 ( )
inlinevirtual

Virtual destructor.

Definition at line 59 of file extend_interfaces.h.

59 {}

The documentation for this struct was generated from the following file: