|
OpenRTM-aist 2.1.0
|
#include <Macho.h>

Public Member Functions | |
| Alias (Key key, bool history=false) | |
| Alias (Key key, _Initializer *init) | |
| Alias (const Alias &other) | |
| Alias & | operator= (const Alias &other) |
| ~Alias () | |
| operator Key () const | |
| bool | isChild (Key k) const |
| bool | isParent (Key k) const |
| const char * | name () const |
| ID | id () const |
Protected Member Functions | |
| void | setState (_MachineBase &machine) const |
| _KeyData * | key () const |
Protected Attributes | |
| Key | myStateKey |
| _Initializer * | myInitializer |
Friends | |
| class | _MachineBase |
| class | _StateSpecification |
|
inline |
References Macho::_theDefaultInitializer, Macho::_theHistoryInitializer, key(), myInitializer, and myStateKey.
Referenced by Alias(), and operator=().
|
inline |
References key(), myInitializer, and myStateKey.
|
inline |
References Alias(), myInitializer, and myStateKey.
|
inline |
References myInitializer.
|
inline |
References Macho::_KeyData::id, and key().
|
inline |
References Macho::_KeyData::childPredicate, and key().
Referenced by Macho::Link< C, P >::isCurrent().
|
inlineprotected |
References myInitializer, and myStateKey.
Referenced by Alias(), Alias(), id(), isChild(), isParent(), name(), and operator Key().
|
inline |
References key(), and Macho::_KeyData::name.
References Alias(), Macho::_Initializer::clone(), myInitializer, and myStateKey.
|
protected |
References _MachineBase.
|
friend |
References _MachineBase.
Referenced by _MachineBase, and setState().
|
friend |
References _StateSpecification.
Referenced by _StateSpecification.
|
protected |
|
protected |
Referenced by Alias(), Alias(), Alias(), key(), and operator=().