|
SMACC
|
#include <smacc_state_info.h>

Public Attributes | |
| std::function< void(smacc::ISmaccState *)> | factoryFunction |
| const std::type_info * | behaviorType |
| const std::type_info * | orthogonalType |
Definition at line 18 of file smacc_state_info.h.
| const std::type_info* smacc::introspection::ClientBehaviorInfoEntry::behaviorType |
Definition at line 21 of file smacc_state_info.h.
Referenced by smacc::SmaccState< MostDerived, Context, InnerInitial, historyMode >::configure_orthogonal_internal().
| std::function<void(smacc::ISmaccState *)> smacc::introspection::ClientBehaviorInfoEntry::factoryFunction |
Definition at line 20 of file smacc_state_info.h.
Referenced by smacc::SmaccState< MostDerived, Context, InnerInitial, historyMode >::configure_orthogonal_internal().
| const std::type_info* smacc::introspection::ClientBehaviorInfoEntry::orthogonalType |
Definition at line 22 of file smacc_state_info.h.
Referenced by smacc::SmaccState< MostDerived, Context, InnerInitial, historyMode >::configure_orthogonal_internal().