Searched defs:Splice_ (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/msm/front/euml/ |
D | container.hpp | 1529 struct Splice_ : euml_action<Splice_<Container,Param1,Param2,Param3,Param4,Enable> > struct 1532 struct state_action_result 1537 struct transition_action_result 1541 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type; 1548 operator()(EVT const& evt, FSM& fsm,SourceState& src,TargetState& tgt)const in operator ()() 1557 operator()(Event const& evt,FSM& fsm,STATE& state )const in operator ()() 1563 struct Splice_<Container,Param1,Param2,Param3,Param4, struct 1571 struct state_action_result 1576 struct transition_action_result 1580 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type; [all …]
|