|
Async 1.8.0
|
#include <AsyncMacho.h>
Public Member Functions | |
| _Initializer4 (const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4) | |
| virtual _Initializer * | clone () |
| 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 |
| P4 | myParam4 |
Definition at line 1334 of file AsyncMacho.h.
|
inline |
Definition at line 1336 of file AsyncMacho.h.
|
inlinevirtual |
Implements Async::Macho::_Initializer.
Definition at line 1343 of file AsyncMacho.h.
|
inlinevirtual |
Implements Async::Macho::_Initializer.
Definition at line 1347 of file AsyncMacho.h.
| P1 Async::Macho::_Initializer4< S, P1, P2, P3, P4 >::myParam1 |
Definition at line 1351 of file AsyncMacho.h.
| P2 Async::Macho::_Initializer4< S, P1, P2, P3, P4 >::myParam2 |
Definition at line 1352 of file AsyncMacho.h.
| P3 Async::Macho::_Initializer4< S, P1, P2, P3, P4 >::myParam3 |
Definition at line 1353 of file AsyncMacho.h.
| P4 Async::Macho::_Initializer4< S, P1, P2, P3, P4 >::myParam4 |
Definition at line 1354 of file AsyncMacho.h.