Home
last modified time | relevance | path

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

/third_party/boost/boost/msm/front/euml/
Doperator.hpp449 struct Deref_ : euml_action<Deref_<T> > struct
451 Deref_(){} in Deref_() function
454 struct state_action_result
462 struct transition_action_result
471 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type;
478 operator()(EVT const& evt, FSM& fsm,SourceState& src,TargetState& tgt)const in operator ()()
487 operator()(Event const& evt,FSM& fsm,STATE& state )const in operator ()()