INET Framework for OMNeT++/OMNEST
inet::_VS8_Bug_101615 Class Reference

#include <Macho.h>

Static Public Member Functions

template<class S , class P1 >
static void execute (Macho::_StateInstance &instance, const P1 &p1)
 
template<class S , class P1 , class P2 >
static void execute (Macho::_StateInstance &instance, const P1 &p1, const P2 &p2)
 
template<class S , class P1 , class P2 , class P3 >
static void execute (Macho::_StateInstance &instance, const P1 &p1, const P2 &p2, const P3 &p3)
 
template<class S , class P1 , class P2 , class P3 , class P4 >
static void execute (Macho::_StateInstance &instance, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4)
 
template<class S , class P1 , class P2 , class P3 , class P4 , class P5 >
static void execute (Macho::_StateInstance &instance, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5)
 
template<class S , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
static void execute (Macho::_StateInstance &instance, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5, const P6 &p6)
 

Member Function Documentation

template<class S , class P1 >
static void inet::_VS8_Bug_101615::execute ( Macho::_StateInstance instance,
const P1 &  p1 
)
inlinestatic
1211  {
1212  S& behaviour = static_cast<S&>(instance.specification());
1213  behaviour.init(p1);
1214  }
compose< A, pow< V,-1 > > S
Definition: Units.h:778
template<class S , class P1 , class P2 >
static void inet::_VS8_Bug_101615::execute ( Macho::_StateInstance instance,
const P1 &  p1,
const P2 &  p2 
)
inlinestatic
1218  {
1219  S& behaviour = static_cast<S&>(instance.specification());
1220  behaviour.init(p1, p2);
1221  }
compose< A, pow< V,-1 > > S
Definition: Units.h:778
template<class S , class P1 , class P2 , class P3 >
static void inet::_VS8_Bug_101615::execute ( Macho::_StateInstance instance,
const P1 &  p1,
const P2 &  p2,
const P3 &  p3 
)
inlinestatic
1226  {
1227  S& behaviour = static_cast<S&>(instance.specification());
1228  behaviour.init(p1, p2, p3);
1229  }
compose< A, pow< V,-1 > > S
Definition: Units.h:778
template<class S , class P1 , class P2 , class P3 , class P4 >
static void inet::_VS8_Bug_101615::execute ( Macho::_StateInstance instance,
const P1 &  p1,
const P2 &  p2,
const P3 &  p3,
const P4 &  p4 
)
inlinestatic
1234  {
1235  S& behaviour = static_cast<S&>(instance.specification());
1236  behaviour.init(p1, p2, p3, p4);
1237  }
compose< A, pow< V,-1 > > S
Definition: Units.h:778
template<class S , class P1 , class P2 , class P3 , class P4 , class P5 >
static void inet::_VS8_Bug_101615::execute ( Macho::_StateInstance instance,
const P1 &  p1,
const P2 &  p2,
const P3 &  p3,
const P4 &  p4,
const P5 &  p5 
)
inlinestatic
1242  {
1243  S& behaviour = static_cast<S&>(instance.specification());
1244  behaviour.init(p1, p2, p3, p4, p5);
1245  }
compose< A, pow< V,-1 > > S
Definition: Units.h:778
template<class S , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
static void inet::_VS8_Bug_101615::execute ( Macho::_StateInstance instance,
const P1 &  p1,
const P2 &  p2,
const P3 &  p3,
const P4 &  p4,
const P5 &  p5,
const P6 &  p6 
)
inlinestatic
1250  {
1251  S& behaviour = static_cast<S&>(instance.specification());
1252  behaviour.init(p1, p2, p3, p4, p5, p6);
1253  }
compose< A, pow< V,-1 > > S
Definition: Units.h:778

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