INET Framework for OMNeT++/OMNEST
inet::Macho::_Initializer6< S, P1, P2, P3, P4, P5, P6 > Class Template Reference

#include <Macho.h>

Inheritance diagram for inet::Macho::_Initializer6< S, P1, P2, P3, P4, P5, P6 >:
inet::Macho::_Initializer

Public Member Functions

 _Initializer6 (const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5, const P6 &p6)
 
virtual _Initializerclone () override
 
void execute (_StateInstance &instance) override
 
- Public Member Functions inherited from inet::Macho::_Initializer
virtual ~_Initializer ()
 
virtual void destroy ()
 
virtual Key adapt (Key key)
 

Public Attributes

P1 myParam1
 
P2 myParam2
 
P3 myParam3
 
P4 myParam4
 
P5 myParam5
 
P6 myParam6
 

Constructor & Destructor Documentation

◆ _Initializer6()

template<class S , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
inet::Macho::_Initializer6< S, P1, P2, P3, P4, P5, P6 >::_Initializer6 ( const P1 &  p1,
const P2 &  p2,
const P3 &  p3,
const P4 &  p4,
const P5 &  p5,
const P6 &  p6 
)
inline
1467  : myParam1(p1)
1468  , myParam2(p2)
1469  , myParam3(p3)
1470  , myParam4(p4)
1471  , myParam5(p5)
1472  , myParam6(p6)
1473  {}

Member Function Documentation

◆ clone()

template<class S , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
virtual _Initializer* inet::Macho::_Initializer6< S, P1, P2, P3, P4, P5, P6 >::clone ( )
inlineoverridevirtual

Implements inet::Macho::_Initializer.

1476  {
1477  return new _Initializer6<S, P1, P2, P3, P4, P5, P6>(myParam1, myParam2, myParam3, myParam4, myParam5, myParam6);
1478  }

◆ execute()

template<class S , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
void inet::Macho::_Initializer6< S, P1, P2, P3, P4, P5, P6 >::execute ( _StateInstance instance)
inlineoverridevirtual

Implements inet::Macho::_Initializer.

1481  {
1482  _VS8_Bug_101615::execute<S, P1, P2, P3, P4, P5, P6>(instance, myParam1, myParam2, myParam3, myParam4, myParam5, myParam6);
1483  }

Member Data Documentation

◆ myParam1

template<class S , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
P1 inet::Macho::_Initializer6< S, P1, P2, P3, P4, P5, P6 >::myParam1

◆ myParam2

template<class S , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
P2 inet::Macho::_Initializer6< S, P1, P2, P3, P4, P5, P6 >::myParam2

◆ myParam3

template<class S , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
P3 inet::Macho::_Initializer6< S, P1, P2, P3, P4, P5, P6 >::myParam3

◆ myParam4

template<class S , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
P4 inet::Macho::_Initializer6< S, P1, P2, P3, P4, P5, P6 >::myParam4

◆ myParam5

template<class S , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
P5 inet::Macho::_Initializer6< S, P1, P2, P3, P4, P5, P6 >::myParam5

◆ myParam6

template<class S , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
P6 inet::Macho::_Initializer6< S, P1, P2, P3, P4, P5, P6 >::myParam6

The documentation for this class was generated from the following file:
inet::Macho::_Initializer6::myParam4
P4 myParam4
Definition: Macho.h:1488
inet::Macho::_Initializer6::myParam3
P3 myParam3
Definition: Macho.h:1487
inet::Macho::_Initializer6::myParam1
P1 myParam1
Definition: Macho.h:1485
inet::Macho::_Initializer6::myParam6
P6 myParam6
Definition: Macho.h:1490
inet::Macho::_Initializer6::myParam5
P5 myParam5
Definition: Macho.h:1489
inet::Macho::_Initializer6::myParam2
P2 myParam2
Definition: Macho.h:1486