|
INET Framework for OMNeT++/OMNEST
|
#include <Macho.h>
Public Types | |
| typedef S::Box | Box |
Public Member Functions | |
| virtual | ~_SubstateInstance () |
| virtual const char * | name () override |
| virtual ID | id () override |
| virtual Key | key () override |
| virtual _StateInstance * | create (_MachineBase &machine, _StateInstance *parent) override |
| virtual void | createBox () override |
| virtual void | deleteBox () override |
Public Member Functions inherited from inet::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 inet::Macho::_StateInstance | |
| _StateInstance (_MachineBase &machine, _StateInstance *parent) | |
Friends | |
| template<class C , class P > | |
| class | MachoLink |
Additional Inherited Members | |
Protected Attributes inherited from inet::Macho::_StateInstance | |
| _MachineBase & | myMachine |
| _StateSpecification * | mySpecification |
| _StateInstance * | myHistory |
| _StateInstance * | myParent |
| void * | myBox |
| void * | myBoxPlace |
| typedef S::Box inet::Macho::_SubstateInstance< S >::Box |
|
inlineprotected |
|
inlinevirtual |
|
inlineoverridevirtual |
Implements inet::Macho::_StateInstance.
|
inlineoverridevirtual |
Implements inet::Macho::_StateInstance.
|
inlineoverridevirtual |
Implements inet::Macho::_StateInstance.
|
inlineoverridevirtual |
Implements inet::Macho::_StateInstance.
|
inlineoverridevirtual |
Implements inet::Macho::_StateInstance.
|
inlineoverridevirtual |
Implements inet::Macho::_StateInstance.