Searched defs:ListUnique_ (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/msm/front/euml/ |
D | container.hpp | 609 struct ListUnique_ : euml_action<ListUnique_<Container,Predicate,Enable> > struct 612 struct state_action_result 617 struct transition_action_result 621 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type; 624 void operator()(EVT const& evt, FSM& fsm,SourceState& src,TargetState& tgt)const in operator ()() 629 void operator()(Event const& evt,FSM& fsm,STATE& state )const in operator ()() 635 struct ListUnique_<Container,Predicate, struct 640 struct state_action_result 645 struct transition_action_result 649 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type; [all …]
|