Home
last modified time | relevance | path

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

/third_party/boost/boost/msm/front/euml/
Doperator.hpp332 struct Do_While_ : euml_action<Do_While_<Condition,Body> > struct
335 struct state_action_result
340 struct transition_action_result
345 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type;
348 void operator()(EVT const& evt, FSM& fsm,SourceState& src,TargetState& tgt)const in operator ()()
358 void operator()(Event const& evt,FSM& fsm,STATE& state )const in operator ()()