Home
last modified time | relevance | path

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

/third_party/boost/boost/msm/front/euml/
Dcommon.hpp1021 struct Int_ : euml_action<Int_<Val> > struct
1024 typedef ::boost::mpl::int_<Val> value_type;
1025 enum {value = Val};
1028 struct state_action_result
1033 struct transition_action_result
1037 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type;
1040 int operator()(EVT const& , FSM& ,SourceState& ,TargetState& ) in operator ()()
1045 int operator()(Event const& ,FSM& ,STATE& ) in operator ()()