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

#include <AsyncMacho.h>

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

Public Member Functions

 _Initializer3 (const P1 &p1, const P2 &p2, const P3 &p3)
 
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
 
P3 myParam3
 

Detailed Description

template<class S, class P1, class P2, class P3>
class Async::Macho::_Initializer3< S, P1, P2, P3 >

Definition at line 1311 of file AsyncMacho.h.

Constructor & Destructor Documentation

◆ _Initializer3()

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

Definition at line 1313 of file AsyncMacho.h.

Member Function Documentation

◆ clone()

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

Implements Async::Macho::_Initializer.

Definition at line 1319 of file AsyncMacho.h.

◆ execute()

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

Implements Async::Macho::_Initializer.

Definition at line 1323 of file AsyncMacho.h.

Member Data Documentation

◆ myParam1

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

Definition at line 1327 of file AsyncMacho.h.

◆ myParam2

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

Definition at line 1328 of file AsyncMacho.h.

◆ myParam3

template<class S , class P1 , class P2 , class P3 >
P3 Async::Macho::_Initializer3< S, P1, P2, P3 >::myParam3

Definition at line 1329 of file AsyncMacho.h.


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