INET Framework for OMNeT++/OMNEST
inet::Macho::_Event5< TOP, R, P1, P2, P3, P4, P5 > Class Template Reference

#include <Macho.h>

Inheritance diagram for inet::Macho::_Event5< TOP, R, P1, P2, P3, P4, P5 >:
inet::Macho::IEvent< TOP > inet::Macho::_IEventBase

Public Member Functions

 _Event5 (Signature handler, const typename DR< P1 >::T &p1, const typename DR< P2 >::T &p2, const typename DR< P3 >::T &p3, const typename DR< P4 >::T &p4, const typename DR< P5 >::T &p5)
 

Protected Member Functions

void dispatch (_StateInstance &instance)
 
- Protected Member Functions inherited from inet::Macho::_IEventBase
virtual ~_IEventBase ()
 

Protected Attributes

Signature myHandler
 
DR< P1 >::T myParam1
 
DR< P2 >::T myParam2
 
DR< P3 >::T myParam3
 
DR< P4 >::T myParam4
 
DR< P5 >::T myParam5
 

Private Types

typedef R(TOP::* Signature) (P1, P2, P3, P4, P5)
 

Member Typedef Documentation

template<class TOP, class R, class P1, class P2, class P3, class P4, class P5>
typedef R(TOP::* inet::Macho::_Event5< TOP, R, P1, P2, P3, P4, P5 >::Signature) (P1, P2, P3, P4, P5)
private

Constructor & Destructor Documentation

template<class TOP, class R, class P1, class P2, class P3, class P4, class P5>
inet::Macho::_Event5< TOP, R, P1, P2, P3, P4, P5 >::_Event5 ( Signature  handler,
const typename DR< P1 >::T p1,
const typename DR< P2 >::T p2,
const typename DR< P3 >::T p3,
const typename DR< P4 >::T p4,
const typename DR< P5 >::T p5 
)
inline
995  : myHandler(handler)
996  , myParam1(p1)
997  , myParam2(p2)
998  , myParam3(p3)
999  , myParam4(p4)
1000  , myParam5(p5)
1001  {}
DR< P3 >::T myParam3
Definition: Macho.h:1013
Signature myHandler
Definition: Macho.h:1010
DR< P1 >::T myParam1
Definition: Macho.h:1011
DR< P2 >::T myParam2
Definition: Macho.h:1012
DR< P5 >::T myParam5
Definition: Macho.h:1015
DR< P4 >::T myParam4
Definition: Macho.h:1014

Member Function Documentation

template<class TOP, class R, class P1, class P2, class P3, class P4, class P5>
void inet::Macho::_Event5< TOP, R, P1, P2, P3, P4, P5 >::dispatch ( _StateInstance instance)
inlineprotectedvirtual

Implements inet::Macho::_IEventBase.

1005  {
1006  TOP& behaviour = static_cast<TOP&>(instance.specification());
1008  }
DR< P3 >::T myParam3
Definition: Macho.h:1013
Signature myHandler
Definition: Macho.h:1010
DR< P1 >::T myParam1
Definition: Macho.h:1011
DR< P2 >::T myParam2
Definition: Macho.h:1012
DR< P5 >::T myParam5
Definition: Macho.h:1015
DR< P4 >::T myParam4
Definition: Macho.h:1014

Member Data Documentation

template<class TOP, class R, class P1, class P2, class P3, class P4, class P5>
Signature inet::Macho::_Event5< TOP, R, P1, P2, P3, P4, P5 >::myHandler
protected
template<class TOP, class R, class P1, class P2, class P3, class P4, class P5>
DR<P1>::T inet::Macho::_Event5< TOP, R, P1, P2, P3, P4, P5 >::myParam1
protected
template<class TOP, class R, class P1, class P2, class P3, class P4, class P5>
DR<P2>::T inet::Macho::_Event5< TOP, R, P1, P2, P3, P4, P5 >::myParam2
protected
template<class TOP, class R, class P1, class P2, class P3, class P4, class P5>
DR<P3>::T inet::Macho::_Event5< TOP, R, P1, P2, P3, P4, P5 >::myParam3
protected
template<class TOP, class R, class P1, class P2, class P3, class P4, class P5>
DR<P4>::T inet::Macho::_Event5< TOP, R, P1, P2, P3, P4, P5 >::myParam4
protected
template<class TOP, class R, class P1, class P2, class P3, class P4, class P5>
DR<P5>::T inet::Macho::_Event5< TOP, R, P1, P2, P3, P4, P5 >::myParam5
protected

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