Home
last modified time | relevance | path

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

/third_party/boost/boost/msm/back/
Dstate_machine.hpp556 struct a_row_ struct in boost::msm::back::state_machine
559 typedef typename make_entry<typename ROW::Source,library_sm>::type T1;
560 typedef typename make_exit<typename ROW::Target,library_sm>::type T2;
561 typedef typename ROW::Evt transition_event;
568 ::boost::mpl::identity<typename ROW::Source> >::type current_state_type;
580 >::type next_state_type;
583 …atic HandledEnum execute(library_sm& fsm, int region_index, int state, transition_event const& evt) in execute()