Home
last modified time | relevance | path

Searched refs:Stt (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/mpl/example/fsm/
Dplayer2.cpp55 template <class Fsm, int initial_state, class Stt, class Event>
66 mpl::fold<Stt
110 Stt in dispatch_table()
124 template <class Fsm, int initial_state, class Stt, class Event>
125 const dispatch_table<Fsm, initial_state, Stt, Event>
126 dispatch_table<Fsm, initial_state, Stt, Event>::instance;
156 template <class Fsm, int initial_state, class Stt, class Event>
/third_party/boost/boost/msm/back/
Dfavor_compile_time.hpp77 template <class Fsm,class Stt, class Event>
78 struct dispatch_table < Fsm, Stt, Event, ::boost::msm::back::favor_compile_time>
87 typedef typename generate_state_set<Stt>::type state_list;
296Stt, ::boost::is_base_of<transition_event< ::boost::mpl::placeholders::_>, Event> > > in dispatch_table()
300 typename generate_state_set<Stt>::type, in dispatch_table()
313 template <class Fsm,class Stt, class Event>
314 const boost::msm::back::dispatch_table<Fsm,Stt, Event,favor_compile_time>
315 dispatch_table<Fsm,Stt, Event,favor_compile_time>::instance;
Dmetafunctions.hpp415 typedef typename Derived::real_transition_table Stt; typedef
417 typedef typename generate_state_set<Stt>::type states;
423 init_states,Stt,
510 typedef typename create_stt<Derived>::type Stt; typedef
511 typedef typename generate_state_set<Stt>::type state_list;
541 typedef typename create_stt<Derived>::type Stt; typedef
542 typedef typename generate_event_set<Stt>::type event_list;
550 typedef typename create_stt<Derived>::type Stt; typedef
551 typedef typename generate_event_set<Stt>::type event_list;
624 typedef typename StateType::stt Stt; typedef
[all …]
Ddispatch_table.hpp38 template <class Fsm,class Stt, class Event,class CompilePolicy>
148 typedef typename generate_state_set<Stt>::type state_list;
367 ::boost::mpl::for_each<typename generate_state_set<Stt>::type, in dispatch_table()
377 <Stt, boost::mpl::or_< in dispatch_table()
Dstate_machine.hpp100 template <class Fsm,class Stt, class Event,class CompilePolicy>
101 const boost::msm::back::dispatch_table<Fsm,Stt, Event,CompilePolicy>
102 dispatch_table<Fsm,Stt, Event,CompilePolicy>::instance;
1181 typedef typename Composite::stt Stt; typedef
1194 Stt,
1195 typename ::boost::mpl::end<Stt>::type,
2910 template <class Fsm,class Stt, class Event, class Compile>
/third_party/boost/libs/msm/doc/PDF/examples/
DBoostCon09Full.cpp272 typedef player::stt Stt; in pstate() typedef
273 typedef msm::back::generate_state_set<Stt>::type all_states; in pstate()
277 (msm::back::fill_state_names<Stt>(state_names)); in pstate()
338 typedef player::stt Stt; in test() typedef
339 typedef msm::back::generate_state_set<Stt>::type simple_states; in test()
345 typedef msm::back::generate_event_set<Stt>::type event_list; in test()
/third_party/boost/libs/msm/doc/HTML/examples/
DBoostCon09Full.cpp272 typedef player::stt Stt; in pstate() typedef
273 typedef msm::back::generate_state_set<Stt>::type all_states; in pstate()
277 (msm::back::fill_state_names<Stt>(state_names)); in pstate()
338 typedef player::stt Stt; in test() typedef
339 typedef msm::back::generate_state_set<Stt>::type simple_states; in test()
345 typedef msm::back::generate_event_set<Stt>::type event_list; in test()