Searched refs:entry_exit_helper (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/msm/back/ |
D | state_machine.hpp | 2489 struct entry_exit_helper struct in boost::msm::back::state_machine 2491 entry_exit_helper(int id,Event const& e,library_sm* self_): in entry_exit_helper() function 2519 … entry_exit_helper<Event,is_entry>::template helper< ::boost::mpl::bool_<is_entry>,State >(); in operator ()() 2536 … (entry_exit_helper<Event,true>(self_->m_states[region_id::value],incomingEvent,self_)); in do_start() 2691 … (entry_exit_helper<Event,false>(self_->m_states[region_id::value],incomingEvent,self_)); in do_exit()
|