Home
last modified time | relevance | path

Searched defs:GetEvent_ (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/msm/front/euml/
Dcommon.hpp525 struct GetEvent_ : euml_action<GetEvent_<Index> > struct
528 struct state_action_result
535 struct transition_action_result
541 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type;
545 operator()(Event const& evt,FSM& ,STATE& ) in operator ()()
551 operator()(EVT const& evt ,FSM& ,SourceState& ,TargetState&)const in operator ()()
557 struct GetEvent_<void> : euml_action<GetEvent_<void> > struct
560 struct state_action_result
565 struct transition_action_result
569 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type;
[all …]