16#include <boost/statechart/event.hpp>
24namespace state_reactors
26template <
typename TSource,
typename TObjectTag = EmptyObjectTag>
43 virtual void onEventNotified(
const std::type_info * eventType)
override;
virtual bool triggers() override
virtual void onEventNotified(const std::type_info *eventType) override
std::map< const std::type_info *, bool > triggeredEvents
virtual void onInitialized() override