Searched defs:If_Else_ (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/msm/front/euml/ |
D | operator.hpp | 73 struct If_Else_ : euml_action<If_Else_<Condition,Action1,Action2,Enable> > {}; struct 76 struct If_Else_<Condition,Action1,Action2 struct 81 struct state_action_result 86 struct transition_action_result 90 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type; 97 operator()(EVT const& evt, FSM& fsm,SourceState& src,TargetState& tgt)const in operator ()() 110 operator()(Event const& evt,FSM& fsm,STATE& state )const in operator ()() 121 struct If_Else_<Condition,Action1,Action2 struct 126 struct state_action_result 131 struct transition_action_result [all …]
|