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

#include <AsyncMacho.h>

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

Public Member Functions

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

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
 

Detailed Description

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

Definition at line 1045 of file AsyncMacho.h.

Constructor & Destructor Documentation

◆ _Event2()

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

Definition at line 1049 of file AsyncMacho.h.

Member Function Documentation

◆ dispatch()

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

Implements Async::Macho::_IEventBase.

Definition at line 1056 of file AsyncMacho.h.

Member Data Documentation

◆ myHandler

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

Definition at line 1061 of file AsyncMacho.h.

◆ myParam1

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

Definition at line 1062 of file AsyncMacho.h.

◆ myParam2

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

Definition at line 1063 of file AsyncMacho.h.


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