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 >

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 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

◆ Signature

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

◆ _Event5()

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
997  : myHandler(handler)
998  , myParam1(p1)
999  , myParam2(p2)
1000  , myParam3(p3)
1001  , myParam4(p4)
1002  , myParam5(p5)
1003  {}

Member Function Documentation

◆ dispatch()

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)
inlineprotected
1007  {
1008  TOP& behaviour = static_cast<TOP&>(instance.specification());
1010  }

Member Data Documentation

◆ myHandler

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

◆ myParam1

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

◆ myParam2

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

◆ myParam3

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

◆ myParam4

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

◆ myParam5

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:
inet::Macho::_Event5::myHandler
Signature myHandler
Definition: Macho.h:1012
inet::Macho::_Event5::myParam3
DR< P3 >::T myParam3
Definition: Macho.h:1015
inet::Macho::_Event5::myParam1
DR< P1 >::T myParam1
Definition: Macho.h:1013
inet::Macho::_Event5::myParam2
DR< P2 >::T myParam2
Definition: Macho.h:1014
inet::Macho::_Event5::myParam5
DR< P5 >::T myParam5
Definition: Macho.h:1017
inet::Macho::_Event5::myParam4
DR< P4 >::T myParam4
Definition: Macho.h:1016