Gaudi Framework, version v24r2

Home   Generated: Wed Dec 4 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
extend_interfaces2< I1, I2 > Struct Template Reference

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

#include <extend_interfaces.h>

Inheritance diagram for extend_interfaces2< I1, I2 >:
Inheritance graph
[legend]
Collaboration diagram for extend_interfaces2< I1, I2 >:
Collaboration graph
[legend]

Public Types

typedef mpl::fold< typename
I1::iid::iids::type, typename
I2::iid::iids::type,
mpl::insert< mpl::_1, mpl::_2 >
>::type 
ext_iids
 MPL set of interfaces extended by this one.
 

Public Member Functions

virtual ~extend_interfaces2 ()
 Virtual destructor.
 

Detailed Description

template<typename I1, typename I2>
struct extend_interfaces2< I1, I2 >

Base class to be used to extend an interface.

Version for two base interfaces.

Author
Marco Clemencic

Definition at line 26 of file extend_interfaces.h.

Member Typedef Documentation

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

MPL set of interfaces extended by this one.

Definition at line 33 of file extend_interfaces.h.

Constructor & Destructor Documentation

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

Virtual destructor.

Definition at line 36 of file extend_interfaces.h.

{}

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

Generated at Wed Dec 4 2013 14:33:15 for Gaudi Framework, version v24r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004