Home
last modified time | relevance | path

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

/third_party/boost/boost/msm/front/euml/
Dcommon.hpp423 struct GetTarget_ : euml_action<GetTarget_<Index> > struct
426 struct transition_action_result
431 typedef ::boost::mpl::set<action_tag> tag_type;
435 operator()(EVT const& ,FSM& ,SourceState& ,TargetState& tgt)const in operator ()()
441 struct GetTarget_<void> : euml_action<GetTarget_<void> > struct
444 struct transition_action_result
448 typedef ::boost::mpl::set<action_tag> tag_type;
452 operator()(EVT const& , FSM&,SourceState& ,TargetState& tgt)const in operator ()()