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

#include <AsyncMacho.h>

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

Public Member Functions

 _Event1 (Signature handler, const typename DR< P1 >::T &p1)
 

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
 

Detailed Description

template<class TOP, class R, class P1>
class Async::Macho::_Event1< TOP, R, P1 >

Definition at line 1069 of file AsyncMacho.h.

Constructor & Destructor Documentation

◆ _Event1()

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

Definition at line 1073 of file AsyncMacho.h.

Member Function Documentation

◆ dispatch()

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

Implements Async::Macho::_IEventBase.

Definition at line 1079 of file AsyncMacho.h.

Member Data Documentation

◆ myHandler

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

Definition at line 1084 of file AsyncMacho.h.

◆ myParam1

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

Definition at line 1085 of file AsyncMacho.h.


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