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

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
1465  : myParam1(p1)
1466  , myParam2(p2)
1467  , myParam3(p3)
1468  , myParam4(p4)
1469  , myParam5(p5)
1470  , myParam6(p6)
1471  {}
P1 myParam1
Definition: Macho.h:1483
P5 myParam5
Definition: Macho.h:1487
P6 myParam6
Definition: Macho.h:1488
P4 myParam4
Definition: Macho.h:1486
P2 myParam2
Definition: Macho.h:1484
P3 myParam3
Definition: Macho.h:1485

Member Function Documentation

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.

1474  {
1475  return new _Initializer6<S, P1, P2, P3, P4, P5, P6>(myParam1, myParam2, myParam3, myParam4, myParam5, myParam6);
1476  }
P1 myParam1
Definition: Macho.h:1483
P5 myParam5
Definition: Macho.h:1487
P6 myParam6
Definition: Macho.h:1488
P4 myParam4
Definition: Macho.h:1486
P2 myParam2
Definition: Macho.h:1484
P3 myParam3
Definition: Macho.h:1485
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.

1479  {
1480  _VS8_Bug_101615::execute<S, P1, P2, P3, P4, P5, P6>(instance, myParam1, myParam2, myParam3, myParam4, myParam5, myParam6);
1481  }
P1 myParam1
Definition: Macho.h:1483
P5 myParam5
Definition: Macho.h:1487
P6 myParam6
Definition: Macho.h:1488
P4 myParam4
Definition: Macho.h:1486
P2 myParam2
Definition: Macho.h:1484
P3 myParam3
Definition: Macho.h:1485

Member Data Documentation

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