Searched defs:Resize_ (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/msm/front/euml/ |
D | container.hpp | 953 struct Resize_ : euml_action<Resize_<Container,Num,Value> > struct 956 struct state_action_result 961 struct transition_action_result 965 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type; 968 void operator()(EVT const& evt, FSM& fsm,SourceState& src,TargetState& tgt)const in operator ()() 973 void operator()(Event const& evt,FSM& fsm,STATE& state )const in operator ()() 979 struct Resize_<Container,Num,Value,typename ::boost::disable_if<typename ::boost::is_same<Value,voi… struct 983 struct state_action_result 988 struct transition_action_result 992 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type; [all …]
|