Async 1.8.0
Async::Macho::_Initializer2< S, P1, P2 > Class Template Reference

#include <AsyncMacho.h>

Inheritance diagram for Async::Macho::_Initializer2< S, P1, P2 >:
Async::Macho::_Initializer

Public Member Functions

 _Initializer2 (const P1 &p1, const P2 &p2)
 
virtual _Initializerclone ()
 
void execute (_StateInstance &instance)
 
- Public Member Functions inherited from Async::Macho::_Initializer
virtual ~_Initializer ()
 
virtual void destroy ()
 
virtual Key adapt (Key key)
 

Public Attributes

P1 myParam1
 
P2 myParam2
 

Detailed Description

template<class S, class P1, class P2>
class Async::Macho::_Initializer2< S, P1, P2 >

Definition at line 1290 of file AsyncMacho.h.

Constructor & Destructor Documentation

◆ _Initializer2()

template<class S , class P1 , class P2 >
Async::Macho::_Initializer2< S, P1, P2 >::_Initializer2 ( const P1 & p1,
const P2 & p2 )
inline

Definition at line 1292 of file AsyncMacho.h.

Member Function Documentation

◆ clone()

template<class S , class P1 , class P2 >
virtual _Initializer * Async::Macho::_Initializer2< S, P1, P2 >::clone ( )
inlinevirtual

Implements Async::Macho::_Initializer.

Definition at line 1297 of file AsyncMacho.h.

◆ execute()

template<class S , class P1 , class P2 >
void Async::Macho::_Initializer2< S, P1, P2 >::execute ( _StateInstance & instance)
inlinevirtual

Implements Async::Macho::_Initializer.

Definition at line 1301 of file AsyncMacho.h.

Member Data Documentation

◆ myParam1

template<class S , class P1 , class P2 >
P1 Async::Macho::_Initializer2< S, P1, P2 >::myParam1

Definition at line 1305 of file AsyncMacho.h.

◆ myParam2

template<class S , class P1 , class P2 >
P2 Async::Macho::_Initializer2< S, P1, P2 >::myParam2

Definition at line 1306 of file AsyncMacho.h.


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