Searched defs:Process2_ (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/msm/front/euml/ |
D | common.hpp | 1545 struct Process2_ : euml_action<Process2_<ToProcessEvt,Value, Param1, Param2, Param3> > struct 1548 struct state_action_result 1553 struct transition_action_result 1558 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type; 1561 void operator()(EVT const& evt,FSM& fsm,SourceState& src,TargetState& tgt)const in operator ()() 1568 void operator()(Event const& evt,FSM& fsm,STATE& state)const in operator ()() 1577 struct Process2_ <ToProcessEvt,Value,void,void,void> struct 1581 struct state_action_result 1586 struct transition_action_result 1591 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type; [all …]
|