Async 1.8.0
|
#include <AsyncMacho.h>
Public Types | |
typedef _StateInstance &(*) | Generator(_MachineBase &machine) |
typedef bool(*) | Predicate(Key) |
typedef const char *(*) | NameFn() |
Public Attributes | |
const Generator | instanceGenerator |
const Predicate | childPredicate |
const NameFn | name |
const ID | id |
Definition at line 434 of file AsyncMacho.h.
_StateInstance &(*) Async::Macho::_KeyData::Generator(_MachineBase &machine) |
Definition at line 435 of file AsyncMacho.h.
const char *(*) Async::Macho::_KeyData::NameFn() |
Definition at line 437 of file AsyncMacho.h.
bool(*) Async::Macho::_KeyData::Predicate(Key) |
Definition at line 436 of file AsyncMacho.h.
const Predicate Async::Macho::_KeyData::childPredicate |
Definition at line 443 of file AsyncMacho.h.
const ID Async::Macho::_KeyData::id |
Definition at line 446 of file AsyncMacho.h.
const Generator Async::Macho::_KeyData::instanceGenerator |
Definition at line 440 of file AsyncMacho.h.
const NameFn Async::Macho::_KeyData::name |
Definition at line 445 of file AsyncMacho.h.