Home
last modified time | relevance | path

Searched refs:state_list (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/msm/back/
Dmetafunctions.hpp511 typedef typename generate_state_set<Stt>::type state_list; typedef
523 state_list,has_state_delayed_events<
625 typedef typename generate_state_set<Stt>::type state_list; typedef
628 state_list,is_pseudo_exit< ::boost::mpl::placeholders::_1> >::value != 0> type;
670 typedef typename generate_state_set<Stt>::type state_list; typedef
673 state_list, ::boost::mpl::set<>,
Dfavor_compile_time.hpp87 typedef typename generate_state_set<Stt>::type state_list; typedef
88 BOOST_STATIC_CONSTANT(int, max_state = ( ::boost::mpl::size<state_list>::value));
Dstate_machine.hpp1167 typedef typename generate_state_set<stt>::type state_list; typedef in boost::msm::back::state_machine
1170 typedef typename ::boost::fusion::result_of::as_set<state_list>::type substate_list;
1202 typedef typename ::boost::mpl::fold<state_list,stt_plus_internal,
1436 ::boost::mpl::for_each<state_list, in get_state_by_id()
1443 ::boost::mpl::for_each<state_list, in get_state_by_id()
2273 BOOST_STATIC_CONSTANT(int, max_state = (mpl::size<state_list>::value)); in get_entries_for_flag()
2277 ::boost::mpl::for_each<state_list, boost::msm::wrap< ::boost::mpl::placeholders::_1> > in get_entries_for_flag()
2482 ::boost::mpl::for_each<state_list, ::boost::msm::wrap< ::boost::mpl::placeholders::_1> > in do_copy()
2535 … ::boost::mpl::for_each<state_list, ::boost::msm::wrap< ::boost::mpl::placeholders::_1> > in do_start()
2690 … ::boost::mpl::for_each<state_list, ::boost::msm::wrap< ::boost::mpl::placeholders::_1> > in do_exit()
[all …]
Ddispatch_table.hpp148 typedef typename generate_state_set<Stt>::type state_list; typedef
149 BOOST_STATIC_CONSTANT(int, max_state = ( ::boost::mpl::size<state_list>::value));