Home
last modified time | relevance | path

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

/third_party/boost/boost/msm/front/euml/
Doperator.hpp388 struct For_Loop_ : euml_action<For_Loop_<Begin,End,EndLoop,Body> > struct
391 struct state_action_result
396 struct transition_action_result
401 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type;
404 void operator()(EVT const& evt, FSM& fsm,SourceState& src,TargetState& tgt)const in operator ()()
415 void operator()(Event const& evt,FSM& fsm,STATE& state )const in operator ()()