|
Async 1.8.0
|
#include <AsyncMacho.h>
Public Types | |
| typedef S::Box | Box |
Public Member Functions | |
| virtual | ~_SubstateInstance () |
| virtual const char * | name () |
| virtual ID | id () |
| virtual Key | key () |
| virtual _StateInstance * | create (_MachineBase &machine, _StateInstance *parent) |
| virtual void | createBox () |
| virtual void | deleteBox () |
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 | |
| _SubstateInstance (_MachineBase &machine, _StateInstance *parent) | |
Protected Member Functions inherited from Async::Macho::_StateInstance | |
| _StateInstance (_MachineBase &machine, _StateInstance *parent) | |
Friends | |
| template<class C , class P > | |
| class | Link |
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 851 of file AsyncMacho.h.
| S::Box Async::Macho::_SubstateInstance< S >::Box |
Definition at line 864 of file AsyncMacho.h.
|
inlineprotected |
Definition at line 856 of file AsyncMacho.h.
|
inlinevirtual |
Definition at line 866 of file AsyncMacho.h.
|
inlinevirtual |
Implements Async::Macho::_StateInstance.
Definition at line 882 of file AsyncMacho.h.
|
inlinevirtual |
Implements Async::Macho::_StateInstance.
Definition at line 886 of file AsyncMacho.h.
|
inlinevirtual |
Implements Async::Macho::_StateInstance.
Definition at line 891 of file AsyncMacho.h.
|
inlinevirtual |
Implements Async::Macho::_StateInstance.
Definition at line 873 of file AsyncMacho.h.
|
inlinevirtual |
Implements Async::Macho::_StateInstance.
Definition at line 877 of file AsyncMacho.h.
|
inlinevirtual |
Implements Async::Macho::_StateInstance.
Definition at line 871 of file AsyncMacho.h.
Definition at line 854 of file AsyncMacho.h.