Searched defs:If_Then_ (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/msm/front/euml/ |
D | operator.hpp | 177 struct If_Then_ : euml_action<If_Then_<Condition,Action1,Enable> > {}; struct 180 struct If_Then_<Condition,Action1 struct 185 struct state_action_result 190 struct transition_action_result 194 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type; 201 operator()(EVT const& evt, FSM& fsm,SourceState& src,TargetState& tgt)const in operator ()() 213 operator()(Event const& evt,FSM& fsm,STATE& state )const in operator ()() 223 struct If_Then_<Condition,Action1 struct 228 struct state_action_result 233 struct transition_action_result [all …]
|