Home
last modified time | relevance | path

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

/third_party/boost/boost/msm/back/
Dstate_machine.hpp681 struct irow_ struct in boost::msm::back::state_machine
683 typedef typename make_entry<typename ROW::Source,library_sm>::type T1;
684 typedef typename make_exit<typename ROW::Target,library_sm>::type T2;
685 typedef typename ROW::Evt transition_event;
686 typedef typename ROW::Source current_state_type;
687 typedef T2 next_state_type;
690 static bool check_guard(library_sm& fsm,transition_event const& evt) in check_guard()
700 static HandledEnum execute(library_sm& fsm, int , int state, transition_event const& evt) in execute()