Async 1.8.0
Async::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 > Class Template Reference

#include <AsyncMacho.h>

Inheritance diagram for Async::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >:
Async::Macho::IEvent< TOP > Async::Macho::_IEventBase

Public Member Functions

 _Event6 (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, const typename DR< P6 >::T &p6)
 

Protected Member Functions

void dispatch (_StateInstance &instance)
 
- Protected Member Functions inherited from Async::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
 
DR< P6 >::T myParam6
 

Detailed Description

template<class TOP, class R, class P1, class P2, class P3, class P4, class P5, class P6>
class Async::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >

Definition at line 929 of file AsyncMacho.h.

Constructor & Destructor Documentation

◆ _Event6()

template<class TOP , class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
Async::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >::_Event6 ( 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,
const typename DR< P6 >::T & p6 )
inline

Definition at line 933 of file AsyncMacho.h.

Member Function Documentation

◆ dispatch()

template<class TOP , class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
void Async::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >::dispatch ( _StateInstance & instance)
inlineprotectedvirtual

Implements Async::Macho::_IEventBase.

Definition at line 944 of file AsyncMacho.h.

Member Data Documentation

◆ myHandler

template<class TOP , class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
Signature Async::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >::myHandler
protected

Definition at line 949 of file AsyncMacho.h.

◆ myParam1

template<class TOP , class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
DR<P1>::T Async::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >::myParam1
protected

Definition at line 950 of file AsyncMacho.h.

◆ myParam2

template<class TOP , class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
DR<P2>::T Async::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >::myParam2
protected

Definition at line 951 of file AsyncMacho.h.

◆ myParam3

template<class TOP , class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
DR<P3>::T Async::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >::myParam3
protected

Definition at line 952 of file AsyncMacho.h.

◆ myParam4

template<class TOP , class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
DR<P4>::T Async::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >::myParam4
protected

Definition at line 953 of file AsyncMacho.h.

◆ myParam5

template<class TOP , class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
DR<P5>::T Async::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >::myParam5
protected

Definition at line 954 of file AsyncMacho.h.

◆ myParam6

template<class TOP , class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
DR<P6>::T Async::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >::myParam6
protected

Definition at line 955 of file AsyncMacho.h.


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