Async 1.8.0
Async::Macho::_Event3< TOP, R, P1, P2, P3 > Class Template Reference

#include <AsyncMacho.h>

Inheritance diagram for Async::Macho::_Event3< TOP, R, P1, P2, P3 >:
Async::Macho::IEvent< TOP > Async::Macho::_IEventBase

Public Member Functions

 _Event3 (Signature handler, const typename DR< P1 >::T &p1, const typename DR< P2 >::T &p2, const typename DR< P3 >::T &p3)
 

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
 

Detailed Description

template<class TOP, class R, class P1, class P2, class P3>
class Async::Macho::_Event3< TOP, R, P1, P2, P3 >

Definition at line 1019 of file AsyncMacho.h.

Constructor & Destructor Documentation

◆ _Event3()

template<class TOP , class R , class P1 , class P2 , class P3 >
Async::Macho::_Event3< TOP, R, P1, P2, P3 >::_Event3 ( Signature handler,
const typename DR< P1 >::T & p1,
const typename DR< P2 >::T & p2,
const typename DR< P3 >::T & p3 )
inline

Definition at line 1023 of file AsyncMacho.h.

Member Function Documentation

◆ dispatch()

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

Implements Async::Macho::_IEventBase.

Definition at line 1031 of file AsyncMacho.h.

Member Data Documentation

◆ myHandler

template<class TOP , class R , class P1 , class P2 , class P3 >
Signature Async::Macho::_Event3< TOP, R, P1, P2, P3 >::myHandler
protected

Definition at line 1036 of file AsyncMacho.h.

◆ myParam1

template<class TOP , class R , class P1 , class P2 , class P3 >
DR<P1>::T Async::Macho::_Event3< TOP, R, P1, P2, P3 >::myParam1
protected

Definition at line 1037 of file AsyncMacho.h.

◆ myParam2

template<class TOP , class R , class P1 , class P2 , class P3 >
DR<P2>::T Async::Macho::_Event3< TOP, R, P1, P2, P3 >::myParam2
protected

Definition at line 1038 of file AsyncMacho.h.

◆ myParam3

template<class TOP , class R , class P1 , class P2 , class P3 >
DR<P3>::T Async::Macho::_Event3< TOP, R, P1, P2, P3 >::myParam3
protected

Definition at line 1039 of file AsyncMacho.h.


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