/third_party/boost/libs/msm/doc/HTML/examples/ |
D | SCComposite.cpp | 40 struct PreviousSong : sc::event< PreviousSong >{}; struct 106 … void start_prev_song(PreviousSong const&) { /*std::cout << "Playing::start_prev_song\n";*/ } in start_prev_song() 124 sc::transition< PreviousSong, Song1, 131 typedef sc::transition< PreviousSong, Song2, 181 p.process_event(test_sc::PreviousSong()); in main() 182 p.process_event(test_sc::PreviousSong()); in main()
|
D | MsmComposite.cpp | 34 struct PreviousSong {}; struct 84 … void start_prev_song(PreviousSong const&) { /*std::cout << "Playing::start_prev_song\n"; */} in start_prev_song() 93 … a_row < Song2 , PreviousSong, Song1 , &pl::start_prev_song >, 95 a_row < Song3 , PreviousSong, Song2 , &pl::start_prev_song > 217 p2.process_event(test_fsm::PreviousSong()); in main() 218 p2.process_event(test_fsm::PreviousSong()); in main()
|
D | TestInternal.cpp | 35 struct PreviousSong {}; struct 180 … void start_prev_song(PreviousSong const&){std::cout << "Playing: start_prev_song" << std::endl;} in start_prev_song() 214 … a_row < Song2 , PreviousSong , Song1 , &pl::start_prev_song >, 216 … a_row < Song3 , PreviousSong , Song2 , &pl::start_prev_song > 226 … Internal < PreviousSong , playing_internal_fct,playing_false_guard >, 319 p.process_event(PreviousSong()); in test()
|
D | History.cpp | 29 struct PreviousSong {}; struct 104 … void start_prev_song(PreviousSong const&) { std::cout << "Playing::start_prev_song\n"; } in start_prev_song() 113 … a_row < Song2 , PreviousSong, Song1 , &pl::start_prev_song >, 115 … a_row < Song3 , PreviousSong, Song2 , &pl::start_prev_song > 221 p.process_event(PreviousSong());pstate(p);//2nd song active in test()
|
D | CompositeTutorial.cpp | 29 struct PreviousSong {}; struct 113 … void start_prev_song(PreviousSong const&) { std::cout << "Playing::start_prev_song\n"; } in start_prev_song() 122 … a_row < Song2 , PreviousSong, Song1 , &pl::start_prev_song >, 124 … a_row < Song3 , PreviousSong, Song2 , &pl::start_prev_song > 221 p.process_event(PreviousSong());pstate(p);//2nd song active in test()
|
D | SerializeCompositeAndHistory.cpp | 36 struct PreviousSong {}; struct 111 … void start_prev_song(PreviousSong const&) { std::cout << "Playing::start_prev_song\n"; } in start_prev_song() 120 … a_row < Song2 , PreviousSong, Song1 , &pl::start_prev_song >, 122 … a_row < Song3 , PreviousSong, Song2 , &pl::start_prev_song > 228 p.process_event(PreviousSong());pstate(p);//2nd song active in test()
|
D | Flags.cpp | 29 struct PreviousSong {}; struct 118 … void start_prev_song(PreviousSong const&) { std::cout << "Playing::start_prev_song\n"; } in start_prev_song() 127 … a_row < Song2 , PreviousSong, Song1 , &pl::start_prev_song >, 129 … a_row < Song3 , PreviousSong, Song2 , &pl::start_prev_song > 231 p.process_event(PreviousSong());pstate(p);//2nd song active in test()
|
D | Orthogonal-deferred.cpp | 29 struct PreviousSong {}; struct 135 … void start_prev_song(PreviousSong const&) { std::cout << "Playing::start_prev_song\n"; } in start_prev_song() 144 … a_row < Song2 , PreviousSong, Song1 , &pl::start_prev_song >, 146 … a_row < Song3 , PreviousSong, Song2 , &pl::start_prev_song > 276 p.process_event(PreviousSong());pstate(p);//2nd song active in test()
|
D | Orthogonal-deferred2.cpp | 31 struct PreviousSong {}; struct 123 … void start_prev_song(PreviousSong const&) { std::cout << "Playing::start_prev_song\n"; } in start_prev_song() 132 … a_row < Song2 , PreviousSong, Song1 , &pl::start_prev_song >, 134 … a_row < Song3 , PreviousSong, Song2 , &pl::start_prev_song > 266 p.process_event(PreviousSong());pstate(p);//2nd song active in test()
|
D | Constructor.cpp | 35 struct PreviousSong {}; struct 143 … void start_prev_song(PreviousSong const&) { std::cout << "Playing::start_prev_song\n"; } in start_prev_song() 152 … a_row < Song2 , PreviousSong, Song1 , &pl::start_prev_song >, 154 … a_row < Song3 , PreviousSong, Song2 , &pl::start_prev_song >
|
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | SCComposite.cpp | 40 struct PreviousSong : sc::event< PreviousSong >{}; struct 106 … void start_prev_song(PreviousSong const&) { /*std::cout << "Playing::start_prev_song\n";*/ } in start_prev_song() 124 sc::transition< PreviousSong, Song1, 131 typedef sc::transition< PreviousSong, Song2, 181 p.process_event(test_sc::PreviousSong()); in main() 182 p.process_event(test_sc::PreviousSong()); in main()
|
D | MsmComposite.cpp | 34 struct PreviousSong {}; struct 84 … void start_prev_song(PreviousSong const&) { /*std::cout << "Playing::start_prev_song\n"; */} in start_prev_song() 93 … a_row < Song2 , PreviousSong, Song1 , &pl::start_prev_song >, 95 a_row < Song3 , PreviousSong, Song2 , &pl::start_prev_song > 217 p2.process_event(test_fsm::PreviousSong()); in main() 218 p2.process_event(test_fsm::PreviousSong()); in main()
|
D | TestInternal.cpp | 35 struct PreviousSong {}; struct 180 … void start_prev_song(PreviousSong const&){std::cout << "Playing: start_prev_song" << std::endl;} in start_prev_song() 214 … a_row < Song2 , PreviousSong , Song1 , &pl::start_prev_song >, 216 … a_row < Song3 , PreviousSong , Song2 , &pl::start_prev_song > 226 … Internal < PreviousSong , playing_internal_fct,playing_false_guard >, 319 p.process_event(PreviousSong()); in test()
|
D | History.cpp | 29 struct PreviousSong {}; struct 104 … void start_prev_song(PreviousSong const&) { std::cout << "Playing::start_prev_song\n"; } in start_prev_song() 113 … a_row < Song2 , PreviousSong, Song1 , &pl::start_prev_song >, 115 … a_row < Song3 , PreviousSong, Song2 , &pl::start_prev_song > 221 p.process_event(PreviousSong());pstate(p);//2nd song active in test()
|
D | CompositeTutorial.cpp | 29 struct PreviousSong {}; struct 113 … void start_prev_song(PreviousSong const&) { std::cout << "Playing::start_prev_song\n"; } in start_prev_song() 122 … a_row < Song2 , PreviousSong, Song1 , &pl::start_prev_song >, 124 … a_row < Song3 , PreviousSong, Song2 , &pl::start_prev_song > 221 p.process_event(PreviousSong());pstate(p);//2nd song active in test()
|
D | SerializeCompositeAndHistory.cpp | 36 struct PreviousSong {}; struct 111 … void start_prev_song(PreviousSong const&) { std::cout << "Playing::start_prev_song\n"; } in start_prev_song() 120 … a_row < Song2 , PreviousSong, Song1 , &pl::start_prev_song >, 122 … a_row < Song3 , PreviousSong, Song2 , &pl::start_prev_song > 228 p.process_event(PreviousSong());pstate(p);//2nd song active in test()
|
D | Flags.cpp | 29 struct PreviousSong {}; struct 118 … void start_prev_song(PreviousSong const&) { std::cout << "Playing::start_prev_song\n"; } in start_prev_song() 127 … a_row < Song2 , PreviousSong, Song1 , &pl::start_prev_song >, 129 … a_row < Song3 , PreviousSong, Song2 , &pl::start_prev_song > 231 p.process_event(PreviousSong());pstate(p);//2nd song active in test()
|
D | Orthogonal-deferred2.cpp | 31 struct PreviousSong {}; struct 123 … void start_prev_song(PreviousSong const&) { std::cout << "Playing::start_prev_song\n"; } in start_prev_song() 132 … a_row < Song2 , PreviousSong, Song1 , &pl::start_prev_song >, 134 … a_row < Song3 , PreviousSong, Song2 , &pl::start_prev_song > 266 p.process_event(PreviousSong());pstate(p);//2nd song active in test()
|
D | Orthogonal-deferred.cpp | 29 struct PreviousSong {}; struct 135 … void start_prev_song(PreviousSong const&) { std::cout << "Playing::start_prev_song\n"; } in start_prev_song() 144 … a_row < Song2 , PreviousSong, Song1 , &pl::start_prev_song >, 146 … a_row < Song3 , PreviousSong, Song2 , &pl::start_prev_song > 276 p.process_event(PreviousSong());pstate(p);//2nd song active in test()
|
D | iPodEuml.cpp | 66 BOOST_MSM_EUML_EVENT(PreviousSong) 114 WaitingForNextPrev == WaitingForNextPrev+ PreviousSong 231 sm.process_event(PreviousSong); in test() 232 sm.process_event(PreviousSong); in test()
|
D | Constructor.cpp | 35 struct PreviousSong {}; struct 143 … void start_prev_song(PreviousSong const&) { std::cout << "Playing::start_prev_song\n"; } in start_prev_song() 152 … a_row < Song2 , PreviousSong, Song1 , &pl::start_prev_song >, 154 … a_row < Song3 , PreviousSong, Song2 , &pl::start_prev_song >
|
/third_party/boost/libs/msm/test/ |
D | SerializeWithHistory.cpp | 39 struct PreviousSong {}; struct 137 void start_prev_song(PreviousSong const&) { } in start_prev_song() 139 …bool start_prev_song_guard(PreviousSong const&) {++start_prev_song_guard_counter;return true… in start_prev_song_guard() 147 … row < Song2 , PreviousSong, Song1 , &pl::start_prev_song,&pl::start_prev_song_guard>, 149 … g_row < Song3 , PreviousSong, Song2 ,&pl::start_prev_song_guard> 311 p.process_event(PreviousSong()); in BOOST_AUTO_TEST_CASE()
|
D | CompositeMachine.cpp | 33 struct PreviousSong {}; struct 131 void start_prev_song(PreviousSong const&) { } in start_prev_song() 133 …bool start_prev_song_guard(PreviousSong const&) {++start_prev_song_guard_counter;return true… in start_prev_song_guard() 141 … row < Song2 , PreviousSong, Song1 , &pl::start_prev_song,&pl::start_prev_song_guard>, 143 … g_row < Song3 , PreviousSong, Song2 ,&pl::start_prev_song_guard> 305 p.process_event(PreviousSong()); in BOOST_AUTO_TEST_CASE()
|
D | History.cpp | 33 struct PreviousSong {}; struct 131 void start_prev_song(PreviousSong const&) { } in start_prev_song() 133 …bool start_prev_song_guard(PreviousSong const&) {++start_prev_song_guard_counter;return true… in start_prev_song_guard() 141 … row < Song2 , PreviousSong, Song1 , &pl::start_prev_song,&pl::start_prev_song_guard>, 143 … g_row < Song3 , PreviousSong, Song2 ,&pl::start_prev_song_guard> 305 p.process_event(PreviousSong()); in BOOST_AUTO_TEST_CASE()
|
D | TestConstructor.cpp | 39 struct PreviousSong {}; struct 148 … void start_prev_song(PreviousSong const&) { std::cout << "Playing::start_prev_song\n"; } in start_prev_song() 157 … a_row < Song2 , PreviousSong, Song1 , &pl::start_prev_song >, 159 … a_row < Song3 , PreviousSong, Song2 , &pl::start_prev_song >
|