Home
last modified time | relevance | path

Searched defs:SubState_ (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/msm/front/euml/
Dcommon.hpp675 struct SubState_ : euml_action<SubState_<StateName, Param1> > struct
678 struct state_action_result
683 struct transition_action_result
688 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type;
691 StateName& operator()(EVT const& evt,FSM& fsm,SourceState& src,TargetState& tgt)const in operator ()()
696 StateName& operator()(Event const& evt,FSM& fsm,STATE& state)const in operator ()()
702 struct SubState_ <StateName,void> struct
706 struct state_action_result
711 struct transition_action_result
716 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type;
[all …]