Searched defs:Erase_ (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/msm/front/euml/ |
D | container.hpp | 1247 struct Erase_ : euml_action<Erase_<Container,Iterator1,Iterator2> > struct 1250 struct state_action_result 1255 struct transition_action_result 1259 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type; 1266 operator()(EVT const& evt, FSM& fsm,SourceState& src,TargetState& tgt)const in operator ()() 1275 operator()(Event const& evt,FSM& fsm,STATE& state )const in operator ()() 1281 struct Erase_<Container,Iterator1,Iterator2, struct 1286 struct state_action_result 1291 struct transition_action_result 1295 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type; [all …]
|