SMACC
|
#include <smacc_state_info.h>
Public Attributes | |
std::shared_ptr< SmaccStateInfo > | ownerState |
std::function< void(smacc::ISmaccState *)> | factoryFunction |
const std::type_info * | eventGeneratorType |
std::shared_ptr< TypeInfo > | objectTagType |
std::vector< std::shared_ptr< SmaccEventInfo > > | sourceEventTypes |
std::shared_ptr< EventGeneratorHandler > | egh |
Definition at line 116 of file smacc_state_info.h.
std::shared_ptr<EventGeneratorHandler> smacc::introspection::SmaccEventGeneratorInfo::egh |
Definition at line 124 of file smacc_state_info.h.
const std::type_info* smacc::introspection::SmaccEventGeneratorInfo::eventGeneratorType |
Definition at line 121 of file smacc_state_info.h.
std::function<void(smacc::ISmaccState *)> smacc::introspection::SmaccEventGeneratorInfo::factoryFunction |
Definition at line 119 of file smacc_state_info.h.
std::shared_ptr<TypeInfo> smacc::introspection::SmaccEventGeneratorInfo::objectTagType |
Definition at line 122 of file smacc_state_info.h.
std::shared_ptr<SmaccStateInfo> smacc::introspection::SmaccEventGeneratorInfo::ownerState |
Definition at line 118 of file smacc_state_info.h.
std::vector<std::shared_ptr<SmaccEventInfo> > smacc::introspection::SmaccEventGeneratorInfo::sourceEventTypes |
Definition at line 123 of file smacc_state_info.h.