|
Async 1.8.0
|
#include <AsyncMacho.h>
Public Member Functions | |
| virtual ID | id () |
| virtual Key | key () |
| virtual void | createBox () |
| virtual void | deleteBox () |
| virtual const char * | name () |
| virtual _StateInstance * | create (_MachineBase &machine, _StateInstance *parent) |
Public Member Functions inherited from Async::Macho::_StateInstance | |
| virtual | ~_StateInstance () |
| void | entry (_StateInstance &previous, bool first=true) |
| void | exit (_StateInstance &next) |
| void | init (bool history) |
| void | saveHistory (_StateInstance &shallow, _StateInstance &deep) |
| void | setHistorySuper (_StateInstance &deep) |
| void | shutdown () |
| void | restore (_StateInstance &instance) |
| void | setBox (void *box) |
| bool | isChild (const _StateInstance &instance) |
| _StateSpecification & | specification () |
| void * | box () |
| _MachineBase & | machine () |
| void | setHistory (_StateInstance *history) const |
| _StateInstance * | history () const |
Protected Member Functions | |
| _RootInstance (_MachineBase &machine, _StateInstance *parent) | |
Protected Member Functions inherited from Async::Macho::_StateInstance | |
| _StateInstance (_MachineBase &machine, _StateInstance *parent) | |
Friends | |
| class | _StateSpecification |
Additional Inherited Members | |
Protected Attributes inherited from Async::Macho::_StateInstance | |
| _MachineBase & | myMachine |
| _StateSpecification * | mySpecification |
| _StateInstance * | myHistory |
| _StateInstance * | myParent |
| void * | myBox |
| void * | myBoxPlace |
Definition at line 811 of file AsyncMacho.h.
|
inlineprotected |
Definition at line 815 of file AsyncMacho.h.
|
inlinevirtual |
Implements Async::Macho::_StateInstance.
Definition at line 840 of file AsyncMacho.h.
|
inlinevirtual |
Implements Async::Macho::_StateInstance.
Definition at line 831 of file AsyncMacho.h.
|
inlinevirtual |
Implements Async::Macho::_StateInstance.
Definition at line 832 of file AsyncMacho.h.
|
inlinevirtual |
Implements Async::Macho::_StateInstance.
Definition at line 822 of file AsyncMacho.h.
|
inlinevirtual |
Implements Async::Macho::_StateInstance.
Definition at line 826 of file AsyncMacho.h.
|
inlinevirtual |
Implements Async::Macho::_StateInstance.
Definition at line 837 of file AsyncMacho.h.
|
friend |
Definition at line 813 of file AsyncMacho.h.