Home
last modified time | relevance | path

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

/third_party/boost/boost/msm/back/
Dstate_machine.hpp622 struct _row_ struct in boost::msm::back::state_machine
625 typedef typename make_entry<typename ROW::Source,library_sm>::type T1;
626 typedef typename make_exit<typename ROW::Target,library_sm>::type T2;
627 typedef typename ROW::Evt transition_event;
634 ::boost::mpl::identity<typename ROW::Source> >::type current_state_type;
646 >::type next_state_type;
649 …atic HandledEnum execute(library_sm& fsm, int region_index, int state, transition_event const& evt) in execute()