SMACC
|
#include <smacc_state_info.h>
Public Attributes | |
std::shared_ptr< SmaccStateInfo > | ownerState |
std::function< void(smacc::ISmaccState *)> | factoryFunction |
const std::type_info * | stateReactorType |
std::shared_ptr< TypeInfo > | objectTagType |
std::vector< std::shared_ptr< SmaccEventInfo > > | sourceEventTypes |
std::shared_ptr< StateReactorHandler > | srh |
Definition at line 85 of file smacc_state_info.h.
std::function<void(smacc::ISmaccState *)> smacc::introspection::SmaccStateReactorInfo::factoryFunction |
Definition at line 88 of file smacc_state_info.h.
std::shared_ptr<TypeInfo> smacc::introspection::SmaccStateReactorInfo::objectTagType |
Definition at line 91 of file smacc_state_info.h.
std::shared_ptr<SmaccStateInfo> smacc::introspection::SmaccStateReactorInfo::ownerState |
Definition at line 87 of file smacc_state_info.h.
std::vector<std::shared_ptr<SmaccEventInfo> > smacc::introspection::SmaccStateReactorInfo::sourceEventTypes |
Definition at line 92 of file smacc_state_info.h.
std::shared_ptr<StateReactorHandler> smacc::introspection::SmaccStateReactorInfo::srh |
Definition at line 93 of file smacc_state_info.h.
const std::type_info* smacc::introspection::SmaccStateReactorInfo::stateReactorType |
Definition at line 90 of file smacc_state_info.h.