Async 1.8.0
|
#include <AsyncMacho.h>
Public Member Functions | |
_Initializer3 (const P1 &p1, const P2 &p2, const P3 &p3) | |
virtual _Initializer * | clone () |
void | execute (_StateInstance &instance) |
![]() | |
virtual | ~_Initializer () |
virtual void | destroy () |
virtual Key | adapt (Key key) |
Public Attributes | |
P1 | myParam1 |
P2 | myParam2 |
P3 | myParam3 |
Definition at line 1311 of file AsyncMacho.h.
|
inline |
Definition at line 1313 of file AsyncMacho.h.
|
inlinevirtual |
Implements Async::Macho::_Initializer.
Definition at line 1319 of file AsyncMacho.h.
|
inlinevirtual |
Implements Async::Macho::_Initializer.
Definition at line 1323 of file AsyncMacho.h.
P1 Async::Macho::_Initializer3< S, P1, P2, P3 >::myParam1 |
Definition at line 1327 of file AsyncMacho.h.
P2 Async::Macho::_Initializer3< S, P1, P2, P3 >::myParam2 |
Definition at line 1328 of file AsyncMacho.h.
P3 Async::Macho::_Initializer3< S, P1, P2, P3 >::myParam3 |
Definition at line 1329 of file AsyncMacho.h.